move and rename zstd script
move it where it's used, and name it like the other scripts
This commit is contained in:
parent
1935e21029
commit
62c8c693bd
2 changed files with 3 additions and 3 deletions
|
@ -62,9 +62,9 @@ COPY host-x86_64/dist-x86_64-linux/build-clang.sh /tmp/
|
||||||
RUN ./build-clang.sh
|
RUN ./build-clang.sh
|
||||||
ENV CC=clang CXX=clang++
|
ENV CC=clang CXX=clang++
|
||||||
|
|
||||||
# rustc's LLVM needs zstd.
|
# Build zstd to enable `llvm.libzstd`.
|
||||||
COPY scripts/zstd.sh /tmp/
|
COPY host-x86_64/dist-x86_64-linux/build-zstd.sh /tmp/
|
||||||
RUN ./zstd.sh
|
RUN ./build-zstd.sh
|
||||||
|
|
||||||
COPY scripts/sccache.sh /scripts/
|
COPY scripts/sccache.sh /scripts/
|
||||||
RUN sh /scripts/sccache.sh
|
RUN sh /scripts/sccache.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue