Skip to content

Commit 115a689

Browse files
committed
[libc++] Silence CMake's install messages in the CI
1 parent ec9c293 commit 115a689

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/utils/ci/run-buildbot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ function generate-cmake-base() {
136136
-DLIBCXX_ENABLE_WERROR=YES \
137137
-DLIBCXXABI_ENABLE_WERROR=YES \
138138
-DLIBUNWIND_ENABLE_WERROR=YES \
139+
-DCMAKE_INSTALL_MESSAGE=NEVER \
139140
-DLLVM_LIT_ARGS="-sv --xunit-xml-output test-results.xml --timeout=1500 --time-tests" \
140141
"${@}"
141142
}

0 commit comments

Comments
 (0)