mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue