Skip to content

Commit 4d2620b

Browse files
committed
gcc@10 because 9 misses g++-9
Signed-off-by: Harmen Stoppels <harmenstoppels@gmail.com>
1 parent b26a67f commit 4d2620b

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Find compilers
3030
run: spack -e . compiler find
3131

32+
- name: Show packages config
33+
run: spack -e . config get packages
34+
3235
- name: Concretize (fresh)
3336
run: spack -e . -v concretize --fresh
3437
if: ${{ github.event.inputs.name == 'true' }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This repo provides a buildcache to speed up Spack in your GitHub Actions.
44

55
Currently it provides binaries from Spack `develop` for
66

7-
- `%gcc@9 ^glibc@2.35 target=x86_64_v3`
7+
- `%gcc@10 ^glibc@2.35 target=x86_64_v3`
88

99
which are compatible with
1010

spack.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ spack:
3030
all:
3131
require: target=x86_64_v3
3232
c:
33-
prefer: [gcc@9]
33+
prefer: [gcc@10]
3434
cxx:
35-
prefer: [gcc@9]
35+
prefer: [gcc@10]
3636
fortran:
37-
prefer: [gcc@9]
37+
prefer: [gcc@10]
3838
mirrors:
3939
github-actions-buildcache:
4040
url: oci://ghcr.io/spack/github-actions-buildcache

0 commit comments

Comments
 (0)