[librsvg: 8/13] Install grcov on the non-nightly images.




commit 5f3994d3d51066bc6ed8db63544617a2a7888043
Author: Federico Mena Quintero <federico gnome org>
Date:   Thu Aug 4 19:11:15 2022 -0500

    Install grcov on the non-nightly images.
    
    Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/724>

 ci/container_builds.yml | 2 +-
 ci/install-rust.sh      | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/ci/container_builds.yml b/ci/container_builds.yml
index 8d37e8615..579c4dd7c 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-08-04.0-c-api-coverage"
+  BASE_TAG: "2022-08-04.1-c-api-coverage"
   RUST_STABLE: "1.60.0"
   RUST_MINIMUM: "1.58.1"
 
diff --git a/ci/install-rust.sh b/ci/install-rust.sh
index 999316711..1e1e68172 100755
--- a/ci/install-rust.sh
+++ b/ci/install-rust.sh
@@ -26,11 +26,11 @@ cargo install --version ^1.0 gitlab_clippy
 # cargo install --force cargo-deny
 # cargo install --force cargo-outdated
 
-if [ "$RUST_VERSION" = "nightly" ]; then
-  # Coverage tools
-  cargo install grcov
-  rustup component add llvm-tools-preview
+# Coverage tools
+cargo install grcov
+rustup component add llvm-tools-preview
 
+if [ "$RUST_VERSION" = "nightly" ]; then
   # Documentation tools
   cargo install --force rustdoc-stripper
 fi


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