Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-10-09 12:07:05 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-10-09 12:07:05 +0300
commitb78269285b2b3795aedd12f8cecbbd470e0ae0f2 (patch)
tree37459a76c525863078a75248507927168ee3c14b
parente5ccfdbd552b9e745e3cc85f19aefa7ebeab55c9 (diff)
ci: Don't run `cargo update`0.11.1+fixup
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1353>
-rw-r--r--.gitlab-ci.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9492f643f..d21549321 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -73,13 +73,6 @@ trigger:
before_script:
- source ./ci/env.sh
- 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
- cargo update
- fi
.debian:12-stable:
extends: .debian:12