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
{{ message }}
This repository was archived by the owner on Oct 13, 2023. It is now read-only.
/home/runner/.cargo/bin/cross build --release --target=x86_64-unknown-linux-musl --features feat_os_unix_musl
/home/runner/.cargo/bin/cross: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.29' not found (required by /home/runner/.cargo/bin/cross)
/home/runner/.cargo/bin/cross: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /home/runner/.cargo/bin/cross)
Seems that bin/cross is built on more recent ubuntu.
Description
reported initially here:
uutils/coreutils#3210
Using use-cross on an Ubuntu 18.04 fails with:
Seems that bin/cross is built on more recent ubuntu.
Workflow code
Action output
Full log
https://pipelines.actions.githubusercontent.com/Tv5Yv5nIzIhWaMo3xdKzjIorSSIlfCwnxr6L52Y7lKBOTZPJ76/_apis/pipelines/1/runs/11115/signedlogcontent/108?urlExpires=2022-03-04T09%3A13%3A09.6744026Z&urlSigningMethod=HMACV1&urlSignature=xSNv6KgC1Ad9w1%2BNkNhLIfRY2lnHlBJl4l0V8SHHrpA%3D
Maybe caused by rust-lang/rust#90846 ?!