From 0b4e0ce50937694763aead07ac1d03a5e18c6ac8 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 15 Mar 2018 12:01:45 +0000 Subject: ci: Restore ccache, but do not cache it across jobs The GitLab cache is kept across jobs, whether they succeeded or not: this means that if a compiler check fails during the Meson configuration, the small compiler program gets cached and restored the next time the job is run, thus failing again. --- .gitlab-ci/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to '.gitlab-ci') diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile index c940ef6eaf..2413b81f53 100644 --- a/.gitlab-ci/Dockerfile +++ b/.gitlab-ci/Dockerfile @@ -7,6 +7,7 @@ RUN dnf -y install \ avahi-gobject-devel \ cairo-devel \ cairo-gobject-devel \ + ccache \ colord-devel \ cups-devel \ desktop-file-utils \ -- cgit v1.2.1