ci: Test powerpc64-unknown-linux-musl in tier 2#4983
ci: Test powerpc64-unknown-linux-musl in tier 2#4983Gelbpunkt wants to merge 1 commit intorust-lang:mainfrom
Conversation
Since 1.95.0, this is now a tier 2 target.
|
This is going to be a bit of fun, since the Ubuntu cross compilation toolchain is for ELFv1. We'll have to compile libgcc ourselves or just start using the Rust CI images that contain ready-to-use toolchains. |
|
Could you say a bit more about where the mismatch comes from? I'm not sure why Using a prebuilt toolchain specifically for this target sounds nicer if possible, as long setup isn't too crazy. |
The
Rustup does this, they have a shell script to fetch the Docker base images from the r-l/r CI and use that for getting a ready to use toolchain. |
Description
Since 1.95.0, this is now a tier 2 target.
Sources
Checklist
libc-test/semverhave been updated*LASTor*MAXareincluded (see #3131)
cd libc-test && cargo test --target mytarget);especially relevant for platforms that may not be checked in CI