Skip to content

Commit

Permalink
[workflows] Only build native targets in ci-ubuntu-22.04 container
Browse files Browse the repository at this point in the history
This should help reduce the build times.
  • Loading branch information
tstellar committed Jun 6, 2024
1 parent 3716a3c commit 48d0819
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ RUN mkdir build
RUN cmake -B ./build -G Ninja ./llvm \
-C ./clang/cmake/caches/BOLT-PGO.cmake \
-DBOOTSTRAP_LLVM_ENABLE_LLD=ON \
-DBOOTSTRAP_LLVM_TARGETS_TO_BUILD=Native \
-DBOOTSTRAP_BOOTSTRAP_LLVM_ENABLE_LLD=ON \
-DBOOTSTRAP_BOOTSTRAP_LLVM_TARGETS_TO_BUILD=Native \
-DPGO_INSTRUMENT_LTO=Thin \
-DLLVM_ENABLE_RUNTIMES="compiler-rt" \
-DCMAKE_INSTALL_PREFIX="$LLVM_SYSROOT" \
Expand Down

0 comments on commit 48d0819

Please sign in to comment.