From 206cb5c8f0345e2856e383f1fbc70c4102167fb0 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Thu, 29 Aug 2024 22:52:25 +0300 Subject: [PATCH] ci: Set SUBPROJECTS_CACHE_DIR variable It's used in the build script and it fails if it's undefined. Part-of: --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a21c57f48..bc3764b24e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"