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 100068a + 95639b7 commit 4424808Copy full SHA for 4424808
.ci/monolithic-linux.sh
@@ -23,11 +23,6 @@ rm -rf "${BUILD_DIR}"
23
24
ccache --zero-stats
25
26
-if [[ -n "${CLEAR_CACHE:-}" ]]; then
27
- echo "clearing cache"
28
- ccache --clear
29
-fi
30
-
31
mkdir -p artifacts/reproducers
32
33
# Make sure any clang reproducers will end up as artifacts.
.ci/monolithic-windows.sh
@@ -21,11 +21,6 @@ BUILD_DIR="${BUILD_DIR:=${MONOREPO_ROOT}/build}"
21
22
rm -rf "${BUILD_DIR}"
- echo "clearing sccache"
- rm -rf "$SCCACHE_DIR"
sccache --zero-stats
function at-exit {
retcode=$?
0 commit comments