aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark de Wever <koraq@xs4all.nl>2024-04-10 08:02:13 +0200
committerGitHub <noreply@github.com>2024-04-10 08:02:13 +0200
commit749620ea2c738be88f6c0fd59c7217bca6818d5f (patch)
tree7d0be77676ea47991cdee0d65e9bb041bd5ed756
parent4a93872a4f57d2f205826052150fadc36490445f (diff)
downloadllvm-749620ea2c738be88f6c0fd59c7217bca6818d5f.zip
llvm-749620ea2c738be88f6c0fd59c7217bca6818d5f.tar.gz
llvm-749620ea2c738be88f6c0fd59c7217bca6818d5f.tar.bz2
[lib++][CI] Changes bootstrap build type. (#88175)
The RelWithDebInfo generates a few GB of debug info that is not used. Instead use the normal Release build for testing.
-rwxr-xr-xlibcxx/utils/ci/run-buildbot2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/utils/ci/run-buildbot b/libcxx/utils/ci/run-buildbot
index 2905745..a6f3eb1 100755
--- a/libcxx/utils/ci/run-buildbot
+++ b/libcxx/utils/ci/run-buildbot
@@ -374,7 +374,7 @@ bootstrapping-build)
-B "${BUILD_DIR}" \
-GNinja -DCMAKE_MAKE_PROGRAM="${NINJA}" \
-DCMAKE_CXX_COMPILER_LAUNCHER="ccache" \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX="${INSTALL_DIR}" \
-DLLVM_ENABLE_PROJECTS="clang" \
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" \