mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-10 20:31:10 +00:00
ci: Ignore bitstream-io update until MSRV can be updated to 1.80+
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1772>
This commit is contained in:
parent
c505d9a418
commit
7843209692
1 changed files with 2 additions and 1 deletions
|
@ -370,7 +370,8 @@ outdated:
|
|||
- if: '$CI_PIPELINE_SOURCE == "schedule"'
|
||||
script:
|
||||
- cargo update --color=always
|
||||
- cargo outdated --color=always --root-deps-only --exit-code 1 -v
|
||||
# Ignore bitstream-io until we can update MSRV to 1.80
|
||||
- cargo outdated --color=always --root-deps-only --exit-code 1 -v -i bitstream-io
|
||||
|
||||
coverage:
|
||||
allow_failure: true
|
||||
|
|
Loading…
Reference in a new issue