We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115894f commit 72139a9Copy full SHA for 72139a9
src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
@@ -62,9 +62,9 @@ COPY host-x86_64/dist-x86_64-linux/build-clang.sh /tmp/
62
RUN ./build-clang.sh
63
ENV CC=clang CXX=clang++
64
65
-# rustc's LLVM needs zstd.
66
-COPY scripts/zstd.sh /tmp/
67
-RUN ./zstd.sh
+# Build zstd to enable `llvm.libzstd`.
+COPY host-x86_64/dist-x86_64-linux/build-zstd.sh /tmp/
+RUN ./build-zstd.sh
68
69
COPY scripts/sccache.sh /scripts/
70
RUN sh /scripts/sccache.sh
src/ci/docker/scripts/zstd.sh renamed to src/ci/docker/host-x86_64/dist-x86_64-linux/build-zstd.sh
0 commit comments