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 601fa4d commit 6467b8cCopy full SHA for 6467b8c
zorg/buildbot/builders/sanitizers/buildbot_functions.sh
@@ -173,11 +173,13 @@ function build_stage1_clang_impl {
173
if clang -v ; then
174
cmake_stage1_options+=" -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++"
175
fi
176
+ ccache -z || true
177
(cd ${STAGE1_DIR} && cmake ${cmake_stage1_options} $LLVM && ninja) || {
178
touch "${STAGE1_DIR}/delete_next_time"
179
return 1
180
}
181
md5sum ${STAGE1_DIR}/bin/clang || true
182
+ ccache -s || true
183
184
185
function build_stage1_clang {
0 commit comments