Skip to content

Commit

Permalink
ci: Fix alpine build of llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
aboeglin committed Jun 19, 2023
1 parent 810fc54 commit dbd431c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile-x86_64-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apk add --no-cache --upgrade grep

# install llvm12
RUN git clone https://github.com/llvm/llvm-project.git --branch llvmorg-12.0.0 --depth 1
RUN cd llvm-project/
RUN cd llvm-project/llvm
RUN mkdir build
RUN cd build/
# The flag LLVM_ENABLE_PROJECTS is crucial, otherwise only llvm will be built, without clang or lld,
Expand Down

0 comments on commit dbd431c

Please sign in to comment.