Skip to content

Commit

Permalink
Remove machine_types recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandaisb committed Oct 14, 2024
1 parent a238eac commit a41c9fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/mirror.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ if [[ $1 = "mirror-releases" ]] && [ $# -eq 2 ]; then
prj=spack_recipes
download_release_and_untar $prj $2 .
mv $prj-$2/meshing/packages packages
rm -rf packages/machine_types
tar cvfz meshing_recipes.tar.gz packages
rm -rf packages $prj-$2

Expand Down

0 comments on commit a41c9fa

Please sign in to comment.