mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-08 15:32:32 +00:00
ci: Set SUBPROJECTS_CACHE_DIR variable
It's used in the build script and it fails if it's undefined. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7789>
This commit is contained in:
parent
e6d95f4385
commit
206cb5c8f0
1 changed files with 1 additions and 0 deletions
|
@ -671,6 +671,7 @@ check video formats:
|
|||
MESON_ARGS: "${SIMPLE_BUILD}"
|
||||
BUILD_GST_DEBUG: "-Dgstreamer:gst_debug=true"
|
||||
GST_WERROR: "true"
|
||||
SUBPROJECTS_CACHE_DIR: "/subprojects"
|
||||
VIDEO_TOKEN: "GST_VIDEO_FORMATS_ALL_STR"
|
||||
VIDEO_HEADER: "subprojects/gst-plugins-base/gst-libs/gst/video/video-format.h"
|
||||
WL_TOKEN: "GST_WL_VIDEO_FORMATS"
|
||||
|
|
Loading…
Reference in a new issue