mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +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/7428>
This commit is contained in:
parent
b1fd616514
commit
595983df9f
1 changed files with 1 additions and 0 deletions
|
@ -724,6 +724,7 @@ check video formats:
|
||||||
MESON_ARGS: "${SIMPLE_BUILD}"
|
MESON_ARGS: "${SIMPLE_BUILD}"
|
||||||
BUILD_GST_DEBUG: "-Dgstreamer:gst_debug=true"
|
BUILD_GST_DEBUG: "-Dgstreamer:gst_debug=true"
|
||||||
GST_WERROR: "true"
|
GST_WERROR: "true"
|
||||||
|
SUBPROJECTS_CACHE_DIR: "/subprojects"
|
||||||
VIDEO_TOKEN: "GST_VIDEO_FORMATS_ALL_STR"
|
VIDEO_TOKEN: "GST_VIDEO_FORMATS_ALL_STR"
|
||||||
VIDEO_HEADER: "subprojects/gst-plugins-base/gst-libs/gst/video/video-format.h"
|
VIDEO_HEADER: "subprojects/gst-plugins-base/gst-libs/gst/video/video-format.h"
|
||||||
WL_TOKEN: "GST_WL_VIDEO_FORMATS"
|
WL_TOKEN: "GST_WL_VIDEO_FORMATS"
|
||||||
|
|
Loading…
Reference in a new issue