File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
src/unix/linux_like/linux/gnu/b64 Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ mkdir -m 777 /qemu
66cd /qemu
77
88curl --retry 5 -LO https://github.com/qemu/qemu/raw/HEAD/pc-bios/s390-ccw.img
9- curl --retry 5 -LO http://ftp.debian.org/debian/dists/testing/main/installer-s390x/20230607 /images/generic/kernel.debian
10- curl --retry 5 -LO http://ftp.debian.org/debian/dists/testing/main/installer-s390x/20230607 /images/generic/initrd.debian
9+ curl --retry 5 -LO http://ftp.debian.org/debian/dists/testing/main/installer-s390x/20241227 /images/generic/kernel.debian
10+ curl --retry 5 -LO http://ftp.debian.org/debian/dists/testing/main/installer-s390x/20241227 /images/generic/initrd.debian
1111
1212mv kernel.debian kernel
1313mv initrd.debian initrd.gz
Original file line number Diff line number Diff line change @@ -87,7 +87,6 @@ test_flags="--skip check_style"
8787case " $target " in
8888 # Only run `libc-test`
8989 # FIXME(android): unit tests fail to start on Android
90- # FIXME(s390x): unit tests fail to locate glibc
9190 * android* ) cmd=" $cmd --manifest-path libc-test/Cargo.toml" ;;
9291 * s390x* ) cmd=" $cmd --manifest-path libc-test/Cargo.toml" ;;
9392 # For all other platforms, test everything in the workspace
Original file line number Diff line number Diff line change 7777 target_arch = "mips64r6" ,
7878 target_arch = "powerpc64" ,
7979 target_arch = "riscv64" ,
80- target_arch = "sparc64"
80+ target_arch = "sparc64" ,
81+ target_arch = "s390x" ,
8182 ) ) ) ]
8283 __reserved: crate :: __syscall_ulong_t,
8384 pub sem_ctime: crate :: time_t,
8889 target_arch = "mips64r6" ,
8990 target_arch = "powerpc64" ,
9091 target_arch = "riscv64" ,
91- target_arch = "sparc64"
92+ target_arch = "sparc64" ,
93+ target_arch = "s390x" ,
9294 ) ) ) ]
9395 __reserved2: crate :: __syscall_ulong_t,
9496 pub sem_nsems: crate :: __syscall_ulong_t,
You can’t perform that action at this time.
0 commit comments