rust/library/compiler-builtins/ci/docker
Trevor Gross 5c4abe9ca0 ci: Upgrade ubuntu:25.04 for the PowerPC64LE test
Update the last remaining image.

For this to work, the `QEMU_CPU=POWER8` configuration needed to be
dropped to avoid a new SIGILL. Doing some debugging locally, the crash
comes from an `extswsli` (per `powerpc:common64` in gdb-multiarch) in
the `ld64.so` available with PowerPC, which qemu rejects when set to
power8. Testing a build with `+crt-static` hits the same issue at a
`maddld` in `__libc_start_main_impl`.

Rust isn't needed to reproduce this:

    $ cat a.c
    #include <stdio.h>

    int main() {
            printf("Hello, world!\n");
    }
    $ powerpc64le-linux-gnu-gcc a.c
    $ QEMU_CPU=power8 QEMU_LD_PREFIX=/usr/powerpc64le-linux-gnu/ ./a.out
    qemu: uncaught target signal 4 (Illegal instruction) - core dumped
    Illegal instruction

So the cross toolchain provided by Debian must have a power9 baseline
rather than rustc's power8. Alternatively, qemu may be incorrectly
rejecting these instructions (I can't find a source on whether or not
they should be available for power8). Testing instead with the `-musl`
toolchain and ppc linker from musl.cc works correctly.

In any case, things work with the default qemu config so it seems fine
to drop. The env was originally added in 5d164a4edafb ("fix the
powerpc64le target") but whatever the problem was there appears to no
longer be relevant.
2025-07-24 05:52:58 -05:00
..
aarch64-unknown-linux-gnu ci: Update to the latest ubuntu:25.04 Docker images 2025-07-24 01:42:53 -05:00
arm-unknown-linux-gnueabi ci: Update to the latest ubuntu:25.04 Docker images 2025-07-24 01:42:53 -05:00
arm-unknown-linux-gnueabihf ci: Update to the latest ubuntu:25.04 Docker images 2025-07-24 01:42:53 -05:00
armv7-unknown-linux-gnueabihf ci: Update to the latest ubuntu:25.04 Docker images 2025-07-24 01:42:53 -05:00
i586-unknown-linux-gnu ci: Update to the latest ubuntu:25.04 Docker images 2025-07-24 01:42:53 -05:00
i686-unknown-linux-gnu ci: Update to the latest ubuntu:25.04 Docker images 2025-07-24 01:42:53 -05:00
loongarch64-unknown-linux-gnu ci: Update to the latest ubuntu:25.04 Docker images 2025-07-24 01:42:53 -05:00
mips-unknown-linux-gnu ci: Update to the latest ubuntu:25.04 Docker images 2025-07-24 01:42:53 -05:00
mips64-unknown-linux-gnuabi64 ci: Update to the latest ubuntu:25.04 Docker images 2025-07-24 01:42:53 -05:00
mips64el-unknown-linux-gnuabi64 ci: Update to the latest ubuntu:25.04 Docker images 2025-07-24 01:42:53 -05:00
mipsel-unknown-linux-gnu ci: Update to the latest ubuntu:25.04 Docker images 2025-07-24 01:42:53 -05:00
powerpc-unknown-linux-gnu ci: Update to the latest ubuntu:25.04 Docker images 2025-07-24 01:42:53 -05:00
powerpc64-unknown-linux-gnu ci: Update to the latest ubuntu:25.04 Docker images 2025-07-24 01:42:53 -05:00
powerpc64le-unknown-linux-gnu ci: Upgrade ubuntu:25.04 for the PowerPC64LE test 2025-07-24 05:52:58 -05:00
riscv64gc-unknown-linux-gnu ci: Update to the latest ubuntu:25.04 Docker images 2025-07-24 01:42:53 -05:00
thumbv6m-none-eabi ci: Update to the latest ubuntu:25.04 Docker images 2025-07-24 01:42:53 -05:00
thumbv7em-none-eabi ci: Update to the latest ubuntu:25.04 Docker images 2025-07-24 01:42:53 -05:00
thumbv7em-none-eabihf ci: Update to the latest ubuntu:25.04 Docker images 2025-07-24 01:42:53 -05:00
thumbv7m-none-eabi ci: Update to the latest ubuntu:25.04 Docker images 2025-07-24 01:42:53 -05:00
wasm32-unknown-unknown ci: Make CI configuration more similar to libm 2025-04-18 23:49:29 -04:00
x86_64-unknown-linux-gnu ci: Update to the latest ubuntu:25.04 Docker images 2025-07-24 01:42:53 -05:00