Disable packagecache caching for meson jobs

This commit is contained in:
Nicolas Werner 2021-12-16 06:02:11 +01:00
parent 5fd228e03b
commit 2dda44316e
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9

View file

@ -41,11 +41,11 @@ build-gcc9-meson:
- meson setup builddir
- meson compile -C builddir
cache:
key: "$CI_JOB_NAME"
key: "a$CI_JOB_NAME"
when: 'always'
paths:
- .ccache
- subprojects/packagecache/
#- subprojects/packagecache/
build-gcc9:
stage: build