Skip to content

Commit

Permalink
Limit builder to using 2 threads each for now
Browse files Browse the repository at this point in the history
  • Loading branch information
xxuejie committed Jun 28, 2024
1 parent 428312e commit 20588f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bookworm-16.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ RUN cmake ../llvm \
-DLLVM_ENABLE_PROJECTS="clang;lld" \
-DLLVM_TARGETS_TO_BUILD="X86;AArch64;RISCV" \
-DLLVM_LINK_LLVM_DYLIB=ON
RUN make -j$(nproc)
# RUN make -j$(nproc)
RUN make -j2
RUN make install

FROM docker.io/buildpack-deps:bookworm
Expand Down

0 comments on commit 20588f1

Please sign in to comment.