Skip to content

Commit 41b63f7

Browse files
Merge #1133
1133: Remove unused CentOS file for x86_64. r=Emilgardis a=Alexhuszagh Co-authored-by: Alex Huszagh <[email protected]>
2 parents 5108b9f + ae89707 commit 41b63f7

File tree

1 file changed

+2
-30
lines changed

1 file changed

+2
-30
lines changed
Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -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
13
FROM ubuntu:20.04
2-
ARG DEBIAN_FRONTEND=noninteractive
3-
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

Comments
 (0)