File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
docker/sparc64-unknown-linux-gnu Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
- # FIXME: Update to 22.04 once Debian image of sparc64 has a newer glibc.
2
- FROM ubuntu:20.04
1
+ FROM ubuntu:22.04
3
2
4
3
RUN apt-get update && apt-get install -y --no-install-recommends \
5
4
curl ca-certificates \
Original file line number Diff line number Diff line change 5
5
mkdir -m 777 /qemu
6
6
cd /qemu
7
7
8
- curl --retry 5 -LO https://cdimage.debian.org/cdimage/ports/snapshots/2022-03-28 /debian-11.0.0-sparc64-NETINST-1.iso
8
+ curl --retry 5 -LO https://cdimage.debian.org/cdimage/ports/snapshots/2022-12-09 /debian-11.0.0-sparc64-NETINST-1.iso
9
9
7z e debian-11.0.0-sparc64-NETINST-1.iso install/initrd.gz
10
10
7z e debian-11.0.0-sparc64-NETINST-1.iso install/vmlinux
11
11
mv vmlinux kernel
Original file line number Diff line number Diff line change @@ -3781,9 +3781,6 @@ fn test_linux(target: &str) {
3781
3781
// https://github.com/gnzlbg/ctest/issues/68
3782
3782
"lio_listio" if musl => true ,
3783
3783
3784
- // FIXME: the glibc version used by the Sparc64 build jobs
3785
- // which use Debian 10.0 is too old.
3786
- "statx" if sparc64 => true ,
3787
3784
// Needs glibc 2.34 or later.
3788
3785
"posix_spawn_file_actions_addclosefrom_np" if gnu && sparc64 => true ,
3789
3786
// Needs glibc 2.35 or later.
You can’t perform that action at this time.
0 commit comments