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.
2 parents 5108b9f + ae89707 commit 41b63f7Copy full SHA for 41b63f7
docker/Dockerfile.x86_64-unknown-linux-gnu.centos
@@ -1,31 +1,3 @@
1
+# HACK: this file is currently never used and only exists for usage with `Dockerfile.native.centos`
2
+# it will be supported for aarch64 hosts, see #751 and #975
3
FROM ubuntu:20.04
-ARG DEBIAN_FRONTEND=noninteractive
-
4
-COPY lib.sh /
5
-COPY linux-image.sh /
6
-RUN /linux-image.sh x86_64
7
8
-FROM centos:7
9
10
-COPY common.sh lib.sh /
11
-RUN /common.sh
12
13
-COPY cmake.sh /
14
-RUN /cmake.sh
15
16
-COPY xargo.sh /
17
-RUN /xargo.sh
18
19
-COPY qemu.sh /
20
-RUN /qemu.sh x86_64 softmmu
21
22
-COPY dropbear.sh /
23
-RUN /dropbear.sh
24
25
-COPY --from=0 /qemu /qemu
26
27
-COPY linux-runner base-runner.sh /
28
29
-ENV CROSS_TOOLCHAIN_PREFIX=
30
-ENV CROSS_SYSROOT=/
31
-ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER="/linux-runner x86_64"
0 commit comments