ci: Avoid g-ir-scanner spurious issue

Recently something has caused it to error out, but only sometimes.

Ignore the cache so the CI will be reliable again.

Close #3197

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5902>
This commit is contained in:
Jordan Petridis 2024-01-09 22:58:50 +02:00 committed by GStreamer Marge Bot
parent 476c7efcb7
commit ed02a3991e

View file

@ -299,6 +299,9 @@ commitlint:
GST_WERROR: "true"
MESON_ARGS: "${DEFAULT_MESON_ARGS}"
SUBPROJECTS_CACHE_DIR: "/subprojects"
# Avoid weird issue about cross-device links
# https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3197
GI_SCANNER_DISABLE_CACHE: "1"
script:
- $CI_PROJECT_DIR/ci/scripts/build.sh
- ./gst-env.py gst-inspect-1.0 --version
@ -574,6 +577,10 @@ build macos:
MESON_ARGS: "${SIMPLE_BUILD}"
SUBPROJECTS_CACHE_DIR: "/subprojects"
# Avoid weird issue about cross-device links
# https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3197
GI_SCANNER_DISABLE_CACHE: "1"
# Disable colored output to avoid weird rendering issues
GST_DEBUG_NO_COLOR: "true"
CI_ARTIFACTS_URL: "${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}/artifacts/raw/validate-logs/"