1
Fork 0

move and rename zstd script

move it where it's used, and name it like the other scripts
This commit is contained in:
Rémy Rakic 2024-08-10 22:25:22 +00:00
parent 1935e21029
commit 62c8c693bd
2 changed files with 3 additions and 3 deletions

View file

@ -62,9 +62,9 @@ COPY host-x86_64/dist-x86_64-linux/build-clang.sh /tmp/
RUN ./build-clang.sh
ENV CC=clang CXX=clang++
# rustc's LLVM needs zstd.
COPY scripts/zstd.sh /tmp/
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
COPY scripts/sccache.sh /scripts/
RUN sh /scripts/sccache.sh