mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-01-10 01:05:28 +00:00
ci: Don't run cargo update
as part of the CI
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1334>
This commit is contained in:
parent
bc69e3dafd
commit
7622ceb03a
1 changed files with 0 additions and 7 deletions
|
@ -95,13 +95,6 @@ trigger:
|
||||||
before_script:
|
before_script:
|
||||||
- source ./ci/env.sh
|
- source ./ci/env.sh
|
||||||
- mkdir .cargo && echo -e "[net]\ngit-fetch-with-cli = true" > .cargo/config
|
- mkdir .cargo && echo -e "[net]\ngit-fetch-with-cli = true" > .cargo/config
|
||||||
# If cargo exists assume we probably will want to update
|
|
||||||
# the lockfile
|
|
||||||
- |
|
|
||||||
if command -v cargo; then
|
|
||||||
cargo generate-lockfile --color=always
|
|
||||||
cargo update --color=always
|
|
||||||
fi
|
|
||||||
|
|
||||||
.debian:12-base:
|
.debian:12-base:
|
||||||
extends: .debian:12
|
extends: .debian:12
|
||||||
|
|
Loading…
Reference in a new issue