ci: update build directory trimming before caching

This commit is contained in:
Benoit Pierre
2024-05-29 20:15:30 +02:00
committed by Frans de Jonge
parent 5a465f413b
commit 404c7c0dfe
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ jobs:
command: |
set -x
# Trim the build directory.
rm -rf base/build/thirdparty
rm -rf base/build/{cmake,staging,thirdparty}
ccache --cleanup >/dev/null
ccache --show-stats
- save_cache:

View File

@@ -143,7 +143,7 @@ jobs:
run: |
set -x
# Trim the build directory.
rm -rf base/build/thirdparty
rm -rf base/build/{cmake,staging,thirdparty}
ccache --cleanup >/dev/null
ccache --show-stats --verbose