erigon-pulse/turbo/silkworm
battlmonstr d78cbfeceb
silkworm: disable on incompatible Linux versions (#8893)
Silkworm built on Ubuntu 22 depends on glibc 2.34. In order to run on an
older OS, Silkworm needs to be built and linked with an older glibc, but
to build on an older OS we need a compatible compiler. Silkworm requires
gcc 11+ that is not available on Ubuntu 20 or Debian 11.

To simplify the deployment disable Silkworm support on versions before
Ubuntu 22, Debian 12, and glibc prior to 2.34. The check for Ubuntu and
Debian is explicit, because some Ubuntu 16 installations report glibc
2.35 with ldd, but `go build` still uses an older system one and fails.
2023-12-06 16:01:44 +01:00
..
silkworm_compat_check.sh silkworm: disable on incompatible Linux versions (#8893) 2023-12-06 16:01:44 +01:00
silkworm_go_devenv.sh silkworm: use silkworm-go bindings (#8829) 2023-11-30 12:45:02 +01:00
silkworm.go silkworm: use silkworm-go bindings (#8829) 2023-11-30 12:45:02 +01:00