Skip to content

Commit 4424808

Browse files
author
git apple-llvm automerger
committed
Merge commit '95639b754878' from llvm.org/main into next
2 parents 100068a + 95639b7 commit 4424808

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.ci/monolithic-linux.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ rm -rf "${BUILD_DIR}"
2323

2424
ccache --zero-stats
2525

26-
if [[ -n "${CLEAR_CACHE:-}" ]]; then
27-
echo "clearing cache"
28-
ccache --clear
29-
fi
30-
3126
mkdir -p artifacts/reproducers
3227

3328
# Make sure any clang reproducers will end up as artifacts.

.ci/monolithic-windows.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ BUILD_DIR="${BUILD_DIR:=${MONOREPO_ROOT}/build}"
2121

2222
rm -rf "${BUILD_DIR}"
2323

24-
if [[ -n "${CLEAR_CACHE:-}" ]]; then
25-
echo "clearing sccache"
26-
rm -rf "$SCCACHE_DIR"
27-
fi
28-
2924
sccache --zero-stats
3025
function at-exit {
3126
retcode=$?

0 commit comments

Comments
 (0)