File tree 2 files changed +5
-12
lines changed
docker/sparc64-unknown-linux-gnu
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
9
2
10
3
RUN apt-get update && apt-get install -y --no-install-recommends \
11
4
curl ca-certificates \
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ set -eux
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 -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
11
11
mv vmlinux kernel
12
- rm debian-11 .0.0-sparc64-NETINST-1.iso
12
+ rm debian-12 .0.0-sparc64-NETINST-1.iso
13
13
14
14
mkdir init
15
15
cd init
You can’t perform that action at this time.
0 commit comments