From 7622ceb03a088b640910e81a8202099517603b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 2 Nov 2023 15:35:28 +0200 Subject: [PATCH] ci: Don't run `cargo update` as part of the CI Part-of: --- .gitlab-ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index df4f378fd..0d8ce7cfb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -95,13 +95,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 --color=always - cargo update --color=always - fi .debian:12-base: extends: .debian:12