mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
citemplate: set the cerbero msvc build to allow_failure again
Very weird things going on.. ``` UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 8608: character maps to <undefined> ``` https://gitlab.freedesktop.org/Hosang/gst-plugins-bad/-/jobs/4731636 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/356>
This commit is contained in:
parent
8c066ec01f
commit
3dddfacfbf
1 changed files with 1 additions and 0 deletions
|
@ -1221,3 +1221,4 @@ build cerbero msvc x86_64:
|
||||||
- C:\MinGW\msys\1.0\bin\bash.exe --login -c "cd $env:CI_PROJECT_DIR && $env:CERBERO_SCRIPTS_PATH cerbero_script"
|
- C:\MinGW\msys\1.0\bin\bash.exe --login -c "cd $env:CI_PROJECT_DIR && $env:CERBERO_SCRIPTS_PATH cerbero_script"
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_PROJECT_NAME !~ /^(cerbero|gst-build|gst-omx|gstreamer-vaapi|gst-docs|gst-integration-testsuites|gst-plugins-rs)$/'
|
- if: '$CI_PROJECT_NAME !~ /^(cerbero|gst-build|gst-omx|gstreamer-vaapi|gst-docs|gst-integration-testsuites|gst-plugins-rs)$/'
|
||||||
|
allow_failure: true
|
||||||
|
|
Loading…
Reference in a new issue