Skip to content

Commit 72139a9

Browse files
committed
move and rename zstd script
move it where it's used, and name it like the other scripts
1 parent 115894f commit 72139a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ COPY host-x86_64/dist-x86_64-linux/build-clang.sh /tmp/
6262
RUN ./build-clang.sh
6363
ENV CC=clang CXX=clang++
6464

65-
# rustc's LLVM needs zstd.
66-
COPY scripts/zstd.sh /tmp/
67-
RUN ./zstd.sh
65+
# Build zstd to enable `llvm.libzstd`.
66+
COPY host-x86_64/dist-x86_64-linux/build-zstd.sh /tmp/
67+
RUN ./build-zstd.sh
6868

6969
COPY scripts/sccache.sh /scripts/
7070
RUN sh /scripts/sccache.sh

0 commit comments

Comments
 (0)