Disable packagecache caching for meson jobs

easy-qt6-bits
Nicolas Werner 3 years ago
parent 5fd228e03b
commit 2dda44316e
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 4
      .gitlab-ci.yml

@ -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

Loading…
Cancel
Save