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-11-09 11:07:19 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-11-09 11:08:08 +0300
commit63edc84103b29673b3b50d53f62c92bb25fa968e (patch)
tree3a1c25edde0542e183d5e94738c23a7e8fb35323 /.gitlab-ci.yml
parent8b37d8ec02dfeeecb33425df2aa28d1a6a2dfde4 (diff)
Add Cargo.lock to the repository
This makes sure that any broken dependency updates are not breaking our build, at the cost of requiring us to update the lock file regularly. See also https://blog.rust-lang.org/2023/08/29/committing-lockfiles.html Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1385>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c74e21481..3f9f5fa08 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