summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-03-24 21:17:34 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2018-03-24 21:17:34 +0000
commitba65c1ae587086368b19efb47895512fccf07c41 (patch)
tree5bffa6d0c040fcd439037cb52a56a076a23fdb1a
parentfe45cf9c09a46ecb154612bd4d99a384d9ceb8df (diff)
downloadgtk+-ba65c1ae587086368b19efb47895512fccf07c41.tar.gz
ci: Disable ccache
Forcibly remove any ccache use, even if it's installed.
-rw-r--r--.gitlab-ci.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 682fc9a47c..e90190f1f5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,9 +6,7 @@ gtk:
image: ebassi/gitlab-gtk:latest
stage: build
before_script:
- - mkdir -p _ccache
- - export CCACHE_BASEDIR=${PWD}
- - export CCACHE_DIR=${PWD}/_ccache
+ - export CCACHE_DISABLE=true_
script:
- bash -x ./.gitlab-ci/test-docker.sh
cache: