Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Find compilers
run: spack -e . compiler find

- name: Show packages config
run: spack -e . config get packages

- name: Concretize (fresh)
run: spack -e . -v concretize --fresh
if: ${{ github.event.inputs.name == 'true' }}
Expand Down
6 changes: 3 additions & 3 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ spack:
all:
require: target=x86_64_v3
c:
prefer: [gcc@9]
prefer: [gcc@10]
cxx:
prefer: [gcc@9]
prefer: [gcc@10]
fortran:
prefer: [gcc@9]
prefer: [gcc@10]
mirrors:
github-actions-buildcache:
url: oci://ghcr.io/spack/github-actions-buildcache
Expand Down
Loading