Skip to content

Commit

Permalink
CI: Spack v0.21.1
Browse files Browse the repository at this point in the history
Update Spack in CI to the latest stable release.
  • Loading branch information
ax3l committed Feb 26, 2024
1 parent a0eca32 commit c453afd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies/install_spack
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

set -eu -o pipefail

spack_ver="0.17.1"
spack_ver="0.21.1"

cd /opt
if [[ -d spack && ! -f spack_${spack_ver} ]]
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tooling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install clang clang-tidy gfortran libopenmpi-dev python
which cmake
sudo .github/workflows/dependencies/install_spack
- name: Build
env: {CC: clang, CXX: clang++}
Expand Down

0 comments on commit c453afd

Please sign in to comment.