Skip to content

Commit

Permalink
Debugging .github/workflows/create-spack-mirror.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Apr 11, 2022
1 parent 4778358 commit 7d42381
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-spack-mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
run: |
source ./setup.sh
./create-env.py --app ${{ github.event.inputs.app }} --site ${{ github.event.inputs.site }} --name all
spack env activate -d envs/all
spack env activate envs/all
spack compiler find
spack add re2c
spack add clingo
spack concretize
#spack add re2c
#spack add clingo
spack --show-cores=full concretize --reuse
spack mirror create -a
# upload-artifact does not allow filenames that begin with '?'
rm -f cache/source_cache/autoconf/\?id=05972f49ee632cd98057a3caf82ebfb9574846da-eaa3f69
Expand Down

0 comments on commit 7d42381

Please sign in to comment.