From 714f8f8d41fdc253b87a59036167da3afbcb37ed Mon Sep 17 00:00:00 2001 From: Hank Wikle Date: Tue, 25 Nov 2025 13:58:50 -0700 Subject: [PATCH] Pin spack version for CI --- test/utils/spack_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils/spack_setup b/test/utils/spack_setup index 198bf06e9..f7d547563 100755 --- a/test/utils/spack_setup +++ b/test/utils/spack_setup @@ -10,7 +10,7 @@ echo $DEST git clone "https://github.com/spack/spack.git" "$DEST" cd $DEST || exit -#git checkout tags/v0.15.4 +git checkout tags/v1.0.2 # We have to install something to initialize the db. Patchelf is small # and often needed anyway.