mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-23 17:38:20 +00:00
ci: Ignore env_logger for cargo-outdated
It requires Rust >= 1.71. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1531>
This commit is contained in:
parent
0faa74b74d
commit
57a4d2fb01
1 changed files with 2 additions and 1 deletions
|
@ -353,7 +353,8 @@ outdated:
|
||||||
- if: '$CI_PIPELINE_SOURCE == "schedule"'
|
- if: '$CI_PIPELINE_SOURCE == "schedule"'
|
||||||
script:
|
script:
|
||||||
- cargo update --color=always
|
- cargo update --color=always
|
||||||
- cargo outdated --color=always --root-deps-only --exit-code 1 -v
|
# env_logger is ignored because it requires Rust >= 1.71
|
||||||
|
- cargo outdated --color=always --root-deps-only --ignore env_logger --exit-code 1 -v
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
Loading…
Reference in a new issue