We hit GLIBC issues while trying to adopt rules_formatjs and the Rust CLI (which is awesome):
external/rules_formatjs++formatjs_cli+formatjs_cli_toolchains_linux_x64/formatjs_cli: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by external/rules_formatjs++formatjs_cli+formatjs_cli_toolchains_linux_x64/formatjs_cli)
external/rules_formatjs++formatjs_cli+formatjs_cli_toolchains_linux_x64/formatjs_cli: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by external/rules_formatjs++formatjs_cli+formatjs_cli_toolchains_linux_x64/formatjs_cli)
external/rules_formatjs++formatjs_cli+formatjs_cli_toolchains_linux_x64/formatjs_cli: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by external/rules_formatjs++formatjs_cli+formatjs_cli_toolchains_linux_x64/formatjs_cli)
Would it be possible to produce and consume statically linked binaries instead?
In this case we needed to update our CI runners anyway, but it would be nice for that to be de-coupled in the future.
We hit
GLIBCissues while trying to adoptrules_formatjsand the Rust CLI (which is awesome):Would it be possible to produce and consume statically linked binaries instead?
In this case we needed to update our CI runners anyway, but it would be nice for that to be de-coupled in the future.