Skip to content

Commit

Permalink
Revert "debug"
Browse files Browse the repository at this point in the history
This reverts commit b5f27d0.
  • Loading branch information
AlexanderRichert-NOAA committed Jan 4, 2024
1 parent b5f27d0 commit db7dfb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/GCC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ github.workspace }}/spack-develop
key: spack-${{ hashFiles('fv3atm/ci/spack.yaml') }}-gcc${{ matrix.gcc_ver }}-2
key: spack-${{ hashFiles('fv3atm/ci/spack.yaml') }}-gcc${{ matrix.gcc_ver }}-1

# Building dependencies takes 40+ min
- name: spack-install
Expand All @@ -64,7 +64,7 @@ jobs:
if: ${{ always() }}
with:
path: ${{ github.workspace }}/spack-develop
key: spack-${{ hashFiles('fv3atm/ci/spack.yaml') }}-gcc${{ matrix.gcc_ver }}-2
key: spack-${{ hashFiles('fv3atm/ci/spack.yaml') }}-gcc${{ matrix.gcc_ver }}-1

- name: build-fv3atm
run: |
Expand Down
7 changes: 3 additions & 4 deletions ci/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ spack:
unify: true
packages:
mpich:
buildable: false
# require: ['~libxml2 ~hwloc ~pci'] # minimize unneeded dependencies
# yaksa:
# buildable: false # minimize unneeded dependencies
require: ['~libxml2 ~hwloc ~pci'] # minimize unneeded dependencies
yaksa:
buildable: false # minimize unneeded dependencies

0 comments on commit db7dfb5

Please sign in to comment.