Replies: 1 comment
|
seems this is lead by stale build artifacts from different build host , rebuild after cleanning works now |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 ?
All reactions