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.
1 parent 7842954 commit c5a993cCopy full SHA for c5a993c
libcxx/utils/ci/run-buildbot
@@ -127,6 +127,8 @@ function clean() {
127
128
function generate-cmake-base() {
129
step "Generating CMake"
130
+
131
+ # We can remove -DCMAKE_INSTALL_MESSAGE=NEVER once https://gitlab.kitware.com/cmake/cmake/-/issues/26085 is fixed.
132
${CMAKE} \
133
-S "${MONOREPO_ROOT}/runtimes" \
134
-B "${BUILD_DIR}" \
@@ -136,6 +138,7 @@ function generate-cmake-base() {
136
138
-DLIBCXX_ENABLE_WERROR=YES \
137
139
-DLIBCXXABI_ENABLE_WERROR=YES \
140
-DLIBUNWIND_ENABLE_WERROR=YES \
141
+ -DCMAKE_INSTALL_MESSAGE=NEVER \
142
-DLLVM_LIT_ARGS="-sv --xunit-xml-output test-results.xml --timeout=1500 --time-tests" \
143
"${@}"
144
}
0 commit comments