CI: Don't reset cache on fetch
This is not needed since we only do run without cache or from a deps cache for the specific cerbero commit we are building. This will speed up builds in cerbero/ project when the source cache is missing.
This commit is contained in:
parent
c8c9cad685
commit
5a3cf8360c
@ -218,7 +218,7 @@ check fedora:
|
||||
script:
|
||||
- $CERBERO show-config
|
||||
- $CERBERO fetch-bootstrap --build-tools-only
|
||||
- $CERBERO fetch-package --deps --reset-rdeps --full-reset gstreamer-1.0
|
||||
- $CERBERO fetch-package --deps gstreamer-1.0
|
||||
- $CERBERO fetch-cache
|
||||
- $CERBERO bootstrap --offline --build-tools-only
|
||||
- $CERBERO package --offline -t -o ${CI_PROJECT_DIR} gstreamer-1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user