mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 19:38:48 +03:00
Disable packagecache caching for meson jobs
This commit is contained in:
parent
5fd228e03b
commit
2dda44316e
1 changed files with 2 additions and 2 deletions
|
@ -41,11 +41,11 @@ build-gcc9-meson:
|
||||||
- meson setup builddir
|
- meson setup builddir
|
||||||
- meson compile -C builddir
|
- meson compile -C builddir
|
||||||
cache:
|
cache:
|
||||||
key: "$CI_JOB_NAME"
|
key: "a$CI_JOB_NAME"
|
||||||
when: 'always'
|
when: 'always'
|
||||||
paths:
|
paths:
|
||||||
- .ccache
|
- .ccache
|
||||||
- subprojects/packagecache/
|
#- subprojects/packagecache/
|
||||||
|
|
||||||
build-gcc9:
|
build-gcc9:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
Loading…
Reference in a new issue