mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
ci: Pass correct cache dir to handle-subprojects-cache.py
The variable is not set and all other places directly use `/subprojects`. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5412>
This commit is contained in:
parent
8af9cd9b1a
commit
acccc91005
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ commitlint:
|
|||
- export CARGO_HOME="/usr/local/cargo"
|
||||
- export PATH="/usr/local/cargo/bin:$PATH"
|
||||
- date -R
|
||||
- ci/scripts/handle-subprojects-cache.py --cache-dir ${SUBPROJECTS_CACHE_DIR} subprojects/
|
||||
- ci/scripts/handle-subprojects-cache.py --cache-dir /subprojects subprojects/
|
||||
- date -R
|
||||
- export ARGS="--default-library=${BUILD_TYPE:-both} -Dgstreamer:gst_debug=${BUILD_GST_DEBUG:-true} ${MESON_ARGS}"
|
||||
- echo $GST_WERROR
|
||||
|
|
Loading…
Reference in a new issue