File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717jobs :
1818 rebuild :
19- runs-on : ubuntu-20 .04
19+ runs-on : ubuntu-22 .04
2020 permissions :
2121 packages : write
2222 steps :
4646 env :
4747 GITHUB_USER : ${{ github.actor }}
4848 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
49- run : spack -e . buildcache push -j $(($(nproc) + 1)) --base-image ubuntu:20 .04 --update-index github-actions-buildcache
49+ run : spack -e . buildcache push -j $(($(nproc) + 1)) --base-image ubuntu:22 .04 --update-index github-actions-buildcache
5050 if : ${{ !cancelled() }}
Original file line number Diff line number Diff line change 77
88jobs :
99 update-index :
10- runs-on : ubuntu-20 .04
10+ runs-on : ubuntu-22 .04
1111 permissions :
1212 packages : write
1313 steps :
2121 env :
2222 GITHUB_USER : ${{ github.actor }}
2323 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
24- run : spack buildcache update-index github-actions-buildcache
24+ run : spack -e . buildcache update-index github-actions-buildcache
Original file line number Diff line number Diff line change @@ -4,15 +4,14 @@ This repo provides a buildcache to speed up Spack in your GitHub Actions.
44
55Currently it provides binaries from Spack ` develop ` for
66
7- - ` %gcc@9 ^glibc@2.31 target=x86_64_v3 `
8- - ` %clang@12 ^glibc@2.31 target=x86_64_v3 `
7+ - ` %gcc@11 ^glibc@2.35 target=x86_64_v3 `
98
109which are compatible with
1110
12- - Ubuntu 20 .04 and later
13- - Debian 11 and later
11+ - Ubuntu 22 .04 and later
12+ - Debian 12 and later
1413- RHEL 9 and later
15- - Fedora 32 and later
14+ - Fedora 36 and later
1615
1716To use it, add an environment ` spack.yaml ` to the root of your own repository
1817
4645 uses : actions/checkout@v4
4746
4847 - name : Setup Spack
49- uses : spack/setup-spack@v2
48+ uses : spack/setup-spack@v3
5049
5150 - name : Concretize
5251 run : spack -e . concretize
Original file line number Diff line number Diff line change 2121 - openmpi
2222 - perl
2323 - python@3.11
24- - - '%gcc@9 '
24+ - - '%gcc@11 '
2525 concretizer :
2626 unify : false
2727 config :
You can’t perform that action at this time.
0 commit comments