Skip to content

Commit e704a49

Browse files
committed
CI: switched to spack-0.22.2 in the env_macos.sh and env_linux.sh scripts
1 parent 5d25476 commit e704a49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/env_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
git clone --depth=1 -b v0.20.3 https://github.com/spack/spack.git
3+
git clone --depth=1 -b v0.22.2 https://github.com/spack/spack.git
44
sed -i 's#"{architecture}/{compiler.name}-{compiler.version}/{name}-{version}-{hash}"#"{name}"#g' spack/etc/spack/defaults/config.yaml
55
source ./spack/share/spack/setup-env.sh
66

.github/workflows/env_macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33

4-
git clone --depth=1 -b v0.22.1 https://github.com/spack/spack.git
4+
git clone --depth=1 -b v0.22.2 https://github.com/spack/spack.git
55

66
#replace the default configuration file of spack by a simpler one without hash, compiler versions, tags and so on
77
#cp /Users/runner/work/gmds/gmds/.github/workflows/misc/config-0.21.1.yaml /Users/runner/work/gmds/gmds/spack/etc/spack/defaults/config.yaml

0 commit comments

Comments
 (0)