[librsvg/librsvg-2.54: 4/5] Do not install cargo-c for librsvg-2.54




commit 271980bd791935e9bd4f034ce036d934051e60ff
Author: Federico Mena Quintero <federico gnome org>
Date:   Mon Jul 11 13:25:25 2022 -0500

    Do not install cargo-c for librsvg-2.54
    
    It's not used yet.

 ci/container_builds.yml | 2 +-
 ci/install-rust.sh      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ci/container_builds.yml b/ci/container_builds.yml
index 2374f2963..7d44bcf25 100644
--- a/ci/container_builds.yml
+++ b/ci/container_builds.yml
@@ -6,7 +6,7 @@ include:
 variables:
   # When branching change the suffix to avoid conflicts with images
   # from the main branch
-  BASE_TAG: "2022-03-10.0-librsvg-2.54"
+  BASE_TAG: "2022-07-11.0-librsvg-2.54"
   RUST_STABLE: "1.58.1"
   RUST_MINIMUM: "1.56.1"
 
diff --git a/ci/install-rust.sh b/ci/install-rust.sh
index 46e1d96d5..193d78088 100755
--- a/ci/install-rust.sh
+++ b/ci/install-rust.sh
@@ -21,7 +21,7 @@ rustc --version
 
 rustup component add clippy-preview
 rustup component add rustfmt
-cargo install --force cargo-c
+# cargo install --force cargo-c
 cargo install --version ^1.0 gitlab_clippy
 # cargo install --force cargo-deny
 # cargo install --force cargo-outdated


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]