diff options
author | bfredl <bjorn.linse@gmail.com> | 2022-08-12 15:42:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-12 15:42:59 +0200 |
commit | b6a963bded749bb47c3b90398009da4ad1e18f68 (patch) | |
tree | 829aee7a08217abedc2acd79d03d472486b62333 /ci/before_script.sh | |
parent | 342d18b91ec176c5e3aa6d32d439d01e6ac88ee6 (diff) | |
parent | 5b80d202712876f63050f783df1af42612acab2f (diff) | |
download | rneovim-b6a963bded749bb47c3b90398009da4ad1e18f68.tar.gz rneovim-b6a963bded749bb47c3b90398009da4ad1e18f68.tar.bz2 rneovim-b6a963bded749bb47c3b90398009da4ad1e18f68.zip |
Merge pull request #19713 from lewis6991/rmccache
ci(cache): remove ccache
Diffstat (limited to 'ci/before_script.sh')
-rwxr-xr-x | ci/before_script.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ci/before_script.sh b/ci/before_script.sh index f7216338d4..08e0cb9103 100755 --- a/ci/before_script.sh +++ b/ci/before_script.sh @@ -16,11 +16,6 @@ if [[ -n "${LLVM_SYMBOLIZER}" ]] && [[ ! $(type -P "${LLVM_SYMBOLIZER}") ]]; the exit 1 fi -echo "before_script.sh: ccache stats (will be cleared)" -ccache -s -# Reset ccache stats for real results in before_cache. -ccache --zero-stats - # Compile dependencies. build_deps |