COPY build-llvm.sh

This commit is contained in:
Evgeny Snitko
2024-10-25 06:55:30 +04:00
committed by GitHub
parent fdc44db1be
commit 33d589ea7f
+2
View File
@@ -5,6 +5,8 @@ ARG RUST_VERSION=stable
RUN apk add bash git cmake make g++ ninja python3 ncurses-static curl lld-dev lld lld-libs libc++-static
RUN ninja --version
COPY build-llvm.sh .
RUN bash -c ./build-llvm.sh
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain ${RUST_VERSION}