From 3edcd554dd701cffb01ae2894c8c2684a8a30daf Mon Sep 17 00:00:00 2001 From: Vicente Adolfo Bolea Sanchez Date: Wed, 12 Jan 2022 11:21:13 -0500 Subject: [PATCH] CI: set GBench to latest tag Previously it was set to an specific commit known to work with VTK-m. --- .gitlab/ci/config/google_benchmarks.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/ci/config/google_benchmarks.sh b/.gitlab/ci/config/google_benchmarks.sh index 9866ed4c7..5e8aef597 100755 --- a/.gitlab/ci/config/google_benchmarks.sh +++ b/.gitlab/ci/config/google_benchmarks.sh @@ -2,10 +2,10 @@ set -xe -readonly version="91ed7eea6856f8785139c58fbcc827e82579243c" +readonly version="v1.6.1" readonly tarball="$version.tar.gz" readonly url="https://github.com/google/benchmark/archive/$tarball" -readonly sha256sum="039054b7919b0af1082b121df35f4c24fccdd97f308e3dc28f36a0d3a3c64c69" +readonly sha256sum="6132883bc8c9b0df5375b16ab520fac1a85dc9e4cf5be59480448ece74b278d4" readonly install_dir="$HOME/gbench" if ! [[ "$VTKM_SETTINGS" =~ "benchmarks" ]]; then