Skip to content

Commit

Permalink
Try to fix ubuntu pipeline to run...
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronrutherford committed Jun 5, 2024
1 parent 033bb30 commit b9dbe5b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/spack_cpu_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ env:
IMAGE_NAME: exago
USERNAME: exago-bot
BASE_VERSION: ubuntu-22.04-fortran
SPACK_CACHE: /opt/spack-cache
tempdir: /opt/spack-cache
TMP: /opt/spack-cache
TMPDIR: /opt/spack-cache

# Until we remove the need to clone submodules to build, this should on be in PRs
on: [pull_request]
Expand Down Expand Up @@ -90,12 +94,6 @@ jobs:
packages: write
contents: read

env:
SPACK_CACHE: /opt/spack-cache
tempdir: ${{ env.SPACK_CACHE }}
TMP: ${{ env.SPACK_CACHE }}
TMPDIR: ${{ env.SPACK_CACHE }}

strategy:
matrix:
# Minimal Build(s) - GHCR mirror speeds these up a lot!
Expand Down

0 comments on commit b9dbe5b

Please sign in to comment.