Skip to content

Commit 483980a

Browse files
committed
Move sparc64 Docker image to Ubuntu
1 parent 84e892f commit 483980a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
FROM debian:stretch
1+
FROM ubuntu:18.04
22

33
RUN apt-get update && apt-get install -y --no-install-recommends \
44
curl ca-certificates \
55
gcc libc6-dev \
66
gcc-sparc64-linux-gnu libc6-dev-sparc64-cross \
77
qemu-system-sparc64 openbios-sparc seabios ipxe-qemu \
8-
p7zip-full cpio linux-libc-dev-sparc64-cross linux-headers-4.9.0-3-common
9-
10-
# Put linux/module.h into the right spot as it is not shipped by debian
11-
RUN cp /usr/src/linux-headers-4.9.0-3-common/include/uapi/linux/module.h /usr/sparc64-linux-gnu/include/linux/
8+
p7zip-full cpio linux-libc-dev-sparc64-cross
129

1310
COPY linux-sparc64.sh /
1411
RUN bash /linux-sparc64.sh

0 commit comments

Comments
 (0)