From: Matheus Izvekov Date: Mon, 15 Nov 2021 23:32:48 +0000 (+0100) Subject: [libcxx] CI: only build native target for bootstrapping-build X-Git-Tag: upstream/15.0.7~25552 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35f798d05d5138613e1392ec1630eec93b0caff9;p=platform%2Fupstream%2Fllvm.git [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 --- 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" \