mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-22 18:16:28 +00:00
ci: Ignore env_logger for cargo-outdated
It requires Rust >= 1.71.
This commit is contained in:
parent
e1cd52178e
commit
0dd03da91f
1 changed files with 2 additions and 1 deletions
|
@ -355,7 +355,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