[at-spi2-core: 1/5] Move the grcov versions to the installation script
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core: 1/5] Move the grcov versions to the installation script
- Date: Wed, 8 Jun 2022 00:41:57 +0000 (UTC)
commit ba479657440bed7d02b94f530e5e650154dedc7a
Author: Federico Mena Quintero <federico gnome org>
Date: Tue Jun 7 14:14:42 2022 -0500
Move the grcov versions to the installation script
ci/container_builds.yml | 2 +-
ci/install-grcov.sh | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ci/container_builds.yml b/ci/container_builds.yml
index 7ea184fc..94f768db 100644
--- a/ci/container_builds.yml
+++ b/ci/container_builds.yml
@@ -28,7 +28,7 @@ variables:
libxkbcommon-devel libXi-devel libXtst-devel lcov meson ninja
python38 python38-gobject tar wget
FDO_DISTRIBUTION_EXEC: >-
- bash ci/install-grcov.sh v0.8.7 x86_64-unknown-linux-gnu
+ bash ci/install-grcov.sh
opensuse-container@x86_64:
extends:
diff --git a/ci/install-grcov.sh b/ci/install-grcov.sh
index 43db657c..dd182fd3 100644
--- a/ci/install-grcov.sh
+++ b/ci/install-grcov.sh
@@ -2,8 +2,8 @@
set -eu
-GRCOV_VERSION=$1
-GRCOV_ARCH=$2
+GRCOV_VERSION=v0.8.7
+GRCOV_ARCH=x86_64-unknown-linux-gnu
GRCOV_URL=https://github.com/mozilla/grcov/releases/download/$GRCOV_VERSION/grcov-$GRCOV_ARCH.tar.bz2
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]