Commit 10af5a6 1 parent c6ad434 commit 10af5a6 Copy full SHA for 10af5a6
File tree 3 files changed +6
-5
lines changed
src/unix/linux_like/linux/gnu/b64
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
6
6
cd /qemu
7
7
8
8
curl --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
11
11
12
12
mv kernel.debian kernel
13
13
mv initrd.debian initrd.gz
Original file line number Diff line number Diff line change @@ -87,7 +87,6 @@ test_flags="--skip check_style"
87
87
case " $target " in
88
88
# Only run `libc-test`
89
89
# FIXME(android): unit tests fail to start on Android
90
- # FIXME(s390x): unit tests fail to locate glibc
91
90
* android* ) cmd=" $cmd --manifest-path libc-test/Cargo.toml" ;;
92
91
* s390x* ) cmd=" $cmd --manifest-path libc-test/Cargo.toml" ;;
93
92
# For all other platforms, test everything in the workspace
Original file line number Diff line number Diff line change 77
77
target_arch = "mips64r6" ,
78
78
target_arch = "powerpc64" ,
79
79
target_arch = "riscv64" ,
80
- target_arch = "sparc64"
80
+ target_arch = "sparc64" ,
81
+ target_arch = "s390x" ,
81
82
) ) ) ]
82
83
__reserved: crate :: __syscall_ulong_t,
83
84
pub sem_ctime: crate :: time_t,
88
89
target_arch = "mips64r6" ,
89
90
target_arch = "powerpc64" ,
90
91
target_arch = "riscv64" ,
91
- target_arch = "sparc64"
92
+ target_arch = "sparc64" ,
93
+ target_arch = "s390x" ,
92
94
) ) ) ]
93
95
__reserved2: crate :: __syscall_ulong_t,
94
96
pub sem_nsems: crate :: __syscall_ulong_t,
You can’t perform that action at this time.
0 commit comments