mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-05 15:08:48 +00:00
ci: Fix subprojects cache dir usage on macOS jobs
The location is on `/subprojects` on macOS. In all cases, the actual location is specified in `.gitlab-ci.yml`. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7238>
This commit is contained in:
parent
77b250bcca
commit
22ef441dd9
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ _jobs=$(nproc || sysctl -n hw.ncpu)
|
|||
jobs="${FDO_CI_CONCURRENT:-$_jobs}"
|
||||
|
||||
date -R
|
||||
ci/scripts/handle-subprojects-cache.py --cache-dir /subprojects subprojects/
|
||||
ci/scripts/handle-subprojects-cache.py --cache-dir "${SUBPROJECTS_CACHE_DIR}" subprojects/
|
||||
|
||||
ARGS="${BUILD_TYPE:---default-library=both} ${BUILD_GST_DEBUG:--Dgstreamer:gst_debug=true} ${MESON_ARGS}"
|
||||
echo "Werror: $GST_WERROR"
|
||||
|
|
Loading…
Reference in a new issue