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 c42e55f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/create-spack-mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,16 @@ 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 add re2c
#spack add clingo
#set +e
spack concretize
spack mirror create -a
#set -e
#spack concretize --reuse
echo "BEFORE MIRROR CREATE"
spack -ddd mirror create -a
# upload-artifact does not allow filenames that begin with '?'
rm -f cache/source_cache/autoconf/\?id=05972f49ee632cd98057a3caf82ebfb9574846da-eaa3f69
rm -f cache/source_cache/boost/attachment.cgi?id=356970-b6f6ce6
Expand Down

0 comments on commit c42e55f

Please sign in to comment.