mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 07:08:23 +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/7331>
This commit is contained in:
parent
532214785a
commit
419e541199
1 changed files with 7 additions and 0 deletions
|
@ -267,6 +267,9 @@ gst indent:
|
|||
timeout: '45min'
|
||||
variables:
|
||||
MESON_ARGS: "${DEFAULT_MESON_ARGS} ${MESON_BUILDTYPE_ARGS} ${MESON_GST_WERROR}"
|
||||
# Avoid weird issue about cross-device links
|
||||
# https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3197
|
||||
GI_SCANNER_DISABLE_CACHE: "1"
|
||||
script:
|
||||
- *build
|
||||
- ./gst-env.py gst-inspect-1.0 --version
|
||||
|
@ -459,6 +462,10 @@ build msys2 :
|
|||
variables:
|
||||
MESON_ARGS: *simple_build
|
||||
|
||||
# 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/"
|
||||
|
|
Loading…
Reference in a new issue