mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 11:15:31 +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/7236>
This commit is contained in:
parent
a82151b84f
commit
6a913a98ca
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,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