Skip to content

Commit

Permalink
Remove another boost artifact in .github/workflows/create-spack-mirro…
Browse files Browse the repository at this point in the history
…r.yaml
  • Loading branch information
climbfuji committed Apr 11, 2022
1 parent 92aee3f commit bad06e5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/create-spack-mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,14 @@ jobs:
spack concretize
spack 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
rm -f cache/source_cache/py-scipy/extern_decls.patch?id=711fe05025795e44b84233e065d240859ccae5bd-5433f60
find cache/source_cache -name '*\?*'
echo "-------------------------------------"
#rm -f cache/source_cache/autoconf/\?id=05972f49ee632cd98057a3caf82ebfb9574846da-eaa3f69
#rm -f cache/source_cache/boost/attachment.cgi?id=356970-b6f6ce6
#rm -f cache/source_cache/boost/23212066f0f20358db54568bb16b3fe1d76f88ce.patch?full_index=1-4849671
#rm -f cache/source_cache/boost/fee1ad07968386b6d547f089311b7a2c1bf7fa55.patch?full_index=1-666eec8
#rm -f cache/source_cache/eccodes/3916c7d22575c45166fcc89edcbe02a6e9b81aa2.patch?full_index=1-9dcc4af
#rm -f cache/source_cache/py-scipy/extern_decls.patch?id=711fe05025795e44b84233e065d240859ccae5bd-5433f60
- name: upload-mirror
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit bad06e5

Please sign in to comment.