big-ish cache

see-cache
AnyOldName3 4 years ago
parent 2d2e884d69
commit 022aca15b6

@ -20,7 +20,7 @@ stages:
- export CCACHE_DIR="`pwd`/ccache" && mkdir -pv "$CCACHE_DIR"
- export CCACHE_DEBUG=1
- ccache -s
- ccache -z -M 8G
- ccache -z -M 3G
- CI/before_script.linux.sh
- cd build
- cmake --build . -- -j $(nproc)

Loading…
Cancel
Save