File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed
docker/sparc64-unknown-linux-gnu Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 1- # FIXME(sparc): newer versions of Ubuntu get the following errors
2- # ```
3- # /prog: /lib/sparc64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /prog)
4- # /prog: /lib/sparc64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by /prog)
5- # ```
6- # Not sure if this is a problem from rustc, our libc, or Ubuntu so we just
7- # stick with an old LTS for now.
8- FROM ubuntu:22.04
1+ FROM ubuntu:24.10
92
103RUN apt-get update && apt-get install -y --no-install-recommends \
114 curl ca-certificates \
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ set -eux
55mkdir -m 777 /qemu
66cd /qemu
77
8- 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
8+ curl --retry 5 -LO https://cdimage.debian.org/cdimage/ports/snapshots/2024 -12-24 /debian-12 .0.0-sparc64-NETINST-1.iso
9+ 7z e debian-12 .0.0-sparc64-NETINST-1.iso install/initrd.gz
10+ 7z e debian-12 .0.0-sparc64-NETINST-1.iso install/vmlinux
1111mv vmlinux kernel
12- rm debian-11 .0.0-sparc64-NETINST-1.iso
12+ rm debian-12 .0.0-sparc64-NETINST-1.iso
1313
1414mkdir init
1515cd init
You can’t perform that action at this time.
0 commit comments