Skip to content

Commit

Permalink
ci: Update .github/workflows/Dockerfile-x86_64-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
aboeglin committed Jun 19, 2023
1 parent 502683a commit 96bbb63
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 @@ -16,7 +16,7 @@ RUN ls -l ..
# and we need all three with the exact same version since C++ does not have a stable ABI.
RUN cd llvm-project/llvm/build && cmake -DCMAKE_BUILD_TYPE=Release -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="AVR" -DLLVM_ENABLE_LIBXML2=OFF -DLLVM_ENABLE_TERMINFO=OFF -DLLVM_ENABLE_PROJECTS="clang;lld" ..

RUN cd llvm-project/llvm/build && make -j2
RUN cd llvm-project/llvm/build && make -j4
RUN cd llvm-project/llvm/build && make install

RUN PATH="/root/.ghcup/bin:$PATH"
Expand Down

0 comments on commit 96bbb63

Please sign in to comment.