From f4fd50862f0f538570394c2fd5033f6163b9da60 Mon Sep 17 00:00:00 2001 From: "Rutherford, Cameron" Date: Mon, 25 Sep 2023 10:30:15 -0400 Subject: [PATCH] Don't interact with E4S buildcache. --- .github/workflows/spack_cpu_build.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/spack_cpu_build.yaml b/.github/workflows/spack_cpu_build.yaml index 287944fa..79e63f7d 100644 --- a/.github/workflows/spack_cpu_build.yaml +++ b/.github/workflows/spack_cpu_build.yaml @@ -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