From ba93e4424de3dc58ee20ed5792237a75bca77dd6 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Tue, 4 Apr 2023 03:07:24 +0000 Subject: [PATCH] fix: another depfile cherry-pick --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dcac7622f..6f2e522f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,6 +33,7 @@ variables: 1a32cea11495cbdd699fea4fe622babab83e630d 6edc4807369a05786e36f63b5d959588ae94a1fa af74680405c931dab16c6674f9b97a32bf3f1122 + f050b1cf7835fd31992b020e1061c52294ff7330 ## Ref: https://github.com/spack/spack/commit/[hash] ## [hash]: [description] ## b5ef5c2eb5145020f9de1bcb964626ce6ac2d02e: geant4: version bumps for Geant4 11.1.0 @@ -56,6 +57,7 @@ variables: ## 1a32cea11495cbdd699fea4fe622babab83e630d: podio: add v0.16.2 ## 6edc4807369a05786e36f63b5d959588ae94a1fa: podio: Add version 0.16.3 ## af74680405c931dab16c6674f9b97a32bf3f1122: depfile: improve tab completion + ## f050b1cf7835fd31992b020e1061c52294ff7330: depfile: variable with all identifiers ## EIC spack organization and repository, e.g. eic/eic-spack EICSPACK_ORGREPO: "eic/eic-spack" -- GitLab