Skip to content

Commit 35f798d

Browse files
committed
[libcxx] CI: only build native target for bootstrapping-build
Signed-off-by: Matheus Izvekov <[email protected]> Reviewed By: #libc, ldionne Differential Revision: https://reviews.llvm.org/D113950
1 parent d4b28a0 commit 35f798d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/utils/ci/run-buildbot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ bootstrapping-build)
476476
-DLLVM_ENABLE_PROJECTS="clang" \
477477
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" \
478478
-DLLVM_RUNTIME_TARGETS="$(c++ --print-target-triple)" \
479+
-DLLVM_TARGETS_TO_BUILD="host" \
479480
-DRUNTIMES_BUILD_ALLOW_DARWIN=ON \
480481
-DLLVM_ENABLE_ASSERTIONS=ON \
481482
-C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-modules.cmake" \

0 commit comments

Comments
 (0)