diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2018-03-15 12:01:45 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2018-03-15 18:28:44 +0000 |
commit | 0b4e0ce50937694763aead07ac1d03a5e18c6ac8 (patch) | |
tree | 3ba1ee56b3e763603b9e8dc862ead78950ed49d8 /.gitlab-ci | |
parent | 35f92b5695915e5c91d3d02be9cfb91a8618a8de (diff) | |
download | gtk+-0b4e0ce50937694763aead07ac1d03a5e18c6ac8.tar.gz |
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.
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |