From: Ondřej Surý Date: Fri, 9 Mar 2018 13:24:41 +0000 (-0400) Subject: Use runner specific ccache directory X-Git-Tag: v9.13.0~104^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51fd3e631b0188583a867f8dd904a2f4c3ae112e;p=thirdparty%2Fbind9.git Use runner specific ccache directory --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f10063da454..b4685ae71c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ variables: LC_ALL: C DOCKER_DRIVER: overlay2 CI_REGISTRY_IMAGE: oerdnj/bind9 + CCACHE_DIR: "/ccache" stages: - precheck @@ -85,7 +86,6 @@ stages: stage: build before_script: - export PATH="/usr/lib/ccache:$PATH" - - export CCACHE_DIR="$CI_PROJECT_DIR/.ccache" - ./autogen.sh script: - ./configure --enable-developer --with-libtool --disable-static --with-atf=/usr/local @@ -93,10 +93,6 @@ stages: artifacts: expire_in: '1 hour' untracked: true - cache: - key: ccache - paths: - - .ccache/ .system_test: &system_test_job stage: test