X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=.gitlab-ci.yml;h=dc2b11774575795bc12bd1217ee1aa61b5f32a39;hb=1ac33aae49af5df188e0df7d1932ad50a0f7b084;hp=3d0e884bce539da14b52eaf4956411edb8c25abc;hpb=f2b8051d69b58a5cc22f15b7a4436c8e3281348f;p=mesa.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d0e884bce5..dc2b1177457 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ # repository's registry will be used there as well. variables: UPSTREAM_REPO: mesa/mesa - DEBIAN_TAG: "2019-09-18" + DEBIAN_TAG: "2019-09-30" DEBIAN_ARM64_TAG: "arm64v8-2019-08-09" STRETCH_TAG: "2019-09-18" DEBIAN_VERSION: buster-slim @@ -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: