Skip to content

Commit 3e01cb8

Browse files
committed
Use the latest Debian for SPARC64
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
1 parent 890fc93 commit 3e01cb8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ci/docker/sparc64-unknown-linux-gnu/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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
32

43
RUN apt-get update && apt-get install -y --no-install-recommends \
54
curl ca-certificates \

ci/linux-sparc64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -ex
55
mkdir -m 777 /qemu
66
cd /qemu
77

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
99
7z e debian-11.0.0-sparc64-NETINST-1.iso install/initrd.gz
1010
7z e debian-11.0.0-sparc64-NETINST-1.iso install/vmlinux
1111
mv vmlinux kernel

0 commit comments

Comments
 (0)