From 35f798d05d5138613e1392ec1630eec93b0caff9 Mon Sep 17 00:00:00 2001 From: Matheus Izvekov Date: Tue, 16 Nov 2021 00:32:48 +0100 Subject: [PATCH] [libcxx] CI: only build native target for bootstrapping-build Signed-off-by: Matheus Izvekov Reviewed By: #libc, ldionne Differential Revision: https://reviews.llvm.org/D113950 --- libcxx/utils/ci/run-buildbot | 1 + 1 file changed, 1 insertion(+) diff --git a/libcxx/utils/ci/run-buildbot b/libcxx/utils/ci/run-buildbot index 579721f..e1b1a48 100755 --- a/libcxx/utils/ci/run-buildbot +++ b/libcxx/utils/ci/run-buildbot @@ -476,6 +476,7 @@ bootstrapping-build) -DLLVM_ENABLE_PROJECTS="clang" \ -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" \ -DLLVM_RUNTIME_TARGETS="$(c++ --print-target-triple)" \ + -DLLVM_TARGETS_TO_BUILD="host" \ -DRUNTIMES_BUILD_ALLOW_DARWIN=ON \ -DLLVM_ENABLE_ASSERTIONS=ON \ -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-modules.cmake" \ -- 2.7.4