Skip to content

Commit

Permalink
ci: Slim up LLVM build
Browse files Browse the repository at this point in the history
We only care about the tools that allow us to build a kernel. By
default, we build and install the 'all' target but we can get away with
the 'distribution' target, which will include everything that we need.

Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Nov 8, 2023
1 parent 504c8b6 commit 3add5cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,10 @@ function do_llvm() {
"$base"/build-llvm.py \
--assertions \
--build-stage1-only \
--build-target distribution \
--check-targets clang lld llvm \
--install-folder "$install" \
--install-target distribution \
--projects clang lld \
--quiet-cmake \
--ref release/17.x \
Expand Down

0 comments on commit 3add5cb

Please sign in to comment.