mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 13:25:56 +00:00
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:
parent
476c7efcb7
commit
ed02a3991e
1 changed files with 7 additions and 0 deletions
|
@ -299,6 +299,9 @@ commitlint:
|
||||||
GST_WERROR: "true"
|
GST_WERROR: "true"
|
||||||
MESON_ARGS: "${DEFAULT_MESON_ARGS}"
|
MESON_ARGS: "${DEFAULT_MESON_ARGS}"
|
||||||
SUBPROJECTS_CACHE_DIR: "/subprojects"
|
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:
|
script:
|
||||||
- $CI_PROJECT_DIR/ci/scripts/build.sh
|
- $CI_PROJECT_DIR/ci/scripts/build.sh
|
||||||
- ./gst-env.py gst-inspect-1.0 --version
|
- ./gst-env.py gst-inspect-1.0 --version
|
||||||
|
@ -574,6 +577,10 @@ build macos:
|
||||||
MESON_ARGS: "${SIMPLE_BUILD}"
|
MESON_ARGS: "${SIMPLE_BUILD}"
|
||||||
SUBPROJECTS_CACHE_DIR: "/subprojects"
|
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
|
# Disable colored output to avoid weird rendering issues
|
||||||
GST_DEBUG_NO_COLOR: "true"
|
GST_DEBUG_NO_COLOR: "true"
|
||||||
CI_ARTIFACTS_URL: "${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}/artifacts/raw/validate-logs/"
|
CI_ARTIFACTS_URL: "${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}/artifacts/raw/validate-logs/"
|
||||||
|
|
Loading…
Reference in a new issue