Skip to content

Commit

Permalink
Don't interact with E4S buildcache.
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronrutherford committed Sep 25, 2023
1 parent ba84047 commit f4fd508
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/spack_cpu_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ jobs:
spack env activate ./spack-env
spack add $SPACK_SPEC target=x86_64
spack develop --path $(pwd) --no-clone exago@git.${{ github.event.pull_request.head.ref}}=develop
# Need to add build cache before concretizing to re-use dependencies
# Add E4S mirror - likely relying on spack cache but nice backup
# https://oaciss.uoregon.edu/e4s/inventory.html
spack mirror add E4S https://cache.e4s.io
spack buildcache keys --install --trust
spack concretize --reuse
git config --global --add safe.directory $(pwd)
spack --stacktrace install --fail-fast

0 comments on commit f4fd508

Please sign in to comment.