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 1abcbda commit 2365707Copy full SHA for 2365707
ci/docker/sparc64-unknown-linux-gnu/Dockerfile
@@ -5,7 +5,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
5
gcc libc6-dev \
6
gcc-sparc64-linux-gnu libc6-dev-sparc64-cross \
7
qemu-system-sparc64 openbios-sparc seabios ipxe-qemu \
8
- p7zip-full cpio
+ 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/
12
13
COPY linux-sparc64.sh /
14
RUN bash /linux-sparc64.sh
0 commit comments