We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 247eafb + 8f863fc commit be8d07eCopy full SHA for be8d07e
.ci/monolithic-linux.sh
@@ -110,7 +110,11 @@ if [[ "${runtimes}" != "" ]]; then
110
111
echo "--- cmake runtimes clang modules"
112
113
- rm -rf "${RUNTIMES_BUILD_DIR}"
+ # We don't need to do a clean build of runtimes, because LIBCXX_TEST_PARAMS
114
+ # and LIBCXXABI_TEST_PARAMS only affect lit configuration, which successfully
115
+ # propagates without a clean build. Other that those two variables, builds
116
+ # are supposed to be the same.
117
+
118
cmake -S "${MONOREPO_ROOT}/runtimes" -B "${RUNTIMES_BUILD_DIR}" -GNinja \
119
-D CMAKE_C_COMPILER="${INSTALL_DIR}/bin/clang" \
120
-D CMAKE_CXX_COMPILER="${INSTALL_DIR}/bin/clang++" \
0 commit comments