We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890fc93 commit 3e01cb8Copy full SHA for 3e01cb8
ci/docker/sparc64-unknown-linux-gnu/Dockerfile
@@ -1,5 +1,4 @@
1
-# FIXME: Update to 22.04 once Debian image of sparc64 has a newer glibc.
2
-FROM ubuntu:20.04
+FROM ubuntu:22.04
3
4
RUN apt-get update && apt-get install -y --no-install-recommends \
5
curl ca-certificates \
ci/linux-sparc64.sh
@@ -5,7 +5,7 @@ set -ex
mkdir -m 777 /qemu
6
cd /qemu
7
8
-curl --retry 5 -LO https://cdimage.debian.org/cdimage/ports/snapshots/2022-03-28/debian-11.0.0-sparc64-NETINST-1.iso
+curl --retry 5 -LO https://cdimage.debian.org/cdimage/ports/snapshots/2022-12-09/debian-11.0.0-sparc64-NETINST-1.iso
9
7z e debian-11.0.0-sparc64-NETINST-1.iso install/initrd.gz
10
7z e debian-11.0.0-sparc64-NETINST-1.iso install/vmlinux
11
mv vmlinux kernel
0 commit comments