mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-25 03:37:57 +00:00
Update .github/Dockerfile-llvm
Co-authored-by: Alexander Theißen <alex.theissen@me.com>
This commit is contained in:
committed by
GitHub
parent
33d589ea7f
commit
36f9345c22
@@ -2,7 +2,7 @@ FROM alpine:3.20.3
|
||||
|
||||
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 apk add bash git cmake make ninja python3 ncurses-static curl
|
||||
RUN ninja --version
|
||||
|
||||
COPY build-llvm.sh .
|
||||
|
||||
Reference in New Issue
Block a user