You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello here, my build host is ubuntu 22, and my repository is using toolchains_llvm with a ubuntu 24 sysroot, when I build rust targets, I got
bazel-out/k8-opt-exec-ST-8018494d5767/bin/external/rules_rust+/util/process_wrapper/process_wrapper: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by bazel-out/k8
-opt-exec-ST-8018494d5767/bin/external/rules_rust+/util/process_wrapper/process_wrapper)
seems the process_wrapper is linked to sysroot glibc, but it can't execute due to host glibc version is lower than sysroot, I wonder if I can force all internal tooling of rules_rust to targeting musl , without changing other rust targets platform ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello here, my build host is ubuntu 22, and my repository is using toolchains_llvm with a ubuntu 24 sysroot, when I build rust targets, I got
seems the process_wrapper is linked to sysroot glibc, but it can't execute due to host glibc version is lower than sysroot, I wonder if I can force all internal tooling of rules_rust to targeting musl , without changing other rust targets platform ?
Beta Was this translation helpful? Give feedback.
All reactions