From 4d2576566416ac481c40a01f802c7ab0eb2ace73 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Wed, 31 May 2023 20:53:37 +0000 Subject: [PATCH] chore: eic-spack-v0.20.1 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cbb8254c2..1ff6e39cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ variables: SPACK_ORGREPO: "spack/spack" ## Spack github version, e.g. v0.18.1 or commit hash ## note: nightly builds will use e.g. releases/v0.19 - SPACK_VERSION: "v0.20.1" + SPACK_VERSION: "v0.20.0" ## Space-separated list of spack cherry-picks SPACK_CHERRYPICKS: > ## Ref: https://github.com/spack/spack/commit/[hash] @@ -20,7 +20,7 @@ variables: EICSPACK_ORGREPO: "eic/eic-spack" ## EIC spack github version, e.g. v0.19.7 or commit hash ## note: nightly builds will use e.g. releases/v0.19 - EICSPACK_VERSION: "v0.20.0" + EICSPACK_VERSION: "v0.20.1" ## Space-separated list of eic-spack cherry-picks EICSPACK_CHERRYPICKS: > ## Ref: https://github.com/eic/eic-spack/commit/[hash] -- GitLab