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 b6dd253 commit e7dc5b6Copy full SHA for e7dc5b6
src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
@@ -56,16 +56,16 @@ RUN ./build-gcc.sh && yum remove -y gcc gcc-c++
56
COPY scripts/cmake.sh /tmp/
57
RUN ./cmake.sh
58
59
-# rustc's LLVM needs zstd.
60
-COPY scripts/zstd.sh /tmp/
61
-RUN ./zstd.sh
62
-
63
# Now build LLVM+Clang, afterwards configuring further compilations to use the
64
# clang/clang++ compilers.
65
COPY host-x86_64/dist-x86_64-linux/build-clang.sh /tmp/
66
RUN ./build-clang.sh
67
ENV CC=clang CXX=clang++
68
+# rustc's LLVM needs zstd.
+COPY scripts/zstd.sh /tmp/
+RUN ./zstd.sh
+
69
COPY scripts/sccache.sh /scripts/
70
RUN sh /scripts/sccache.sh
71
0 commit comments