summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c9c7af53f42..dc2b1177457 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -98,6 +98,7 @@ test-container:arm64:
- debian-10
stage: build
cache:
+ key: ${CI_JOB_NAME}
paths:
- ccache
artifacts:
@@ -114,6 +115,7 @@ test-container:arm64:
- export PATH="/usr/lib/ccache:$PATH"
- export CCACHE_BASEDIR="$PWD"
- export CCACHE_DIR="$PWD/ccache"
+ - ccache --max-size=1500M
- ccache --zero-stats || true
- ccache --show-stats || true
after_script: