Skip to content

Commit

Permalink
wip, buildcache
Browse files Browse the repository at this point in the history
  • Loading branch information
idigs authored Jan 9, 2024
1 parent c0a0e0b commit 5927bf7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,25 @@ jobs:
spack load hdf5+fortran+mpi %[email protected]
spack mirror create -d ~/mirror --all
spack mirror add nacho ~/mirror
spack config add "config:install_tree:padded_length:128"
spack gpg create "My Name" "<[email protected]>"
#mkdir ~/private_gpg_backup
#cp ~/spack/opt/spack/gpg/*.gpg ~/private_gpg_backup
#cp ~/spack/opt/spack/gpg/pubring.* ~/mirror
spack buildcache push ~/mirror
spack buildcache keys --install --trust --force
spack bootstrap mirror --binary-packages ~/mirror
#spack bootstrap add --trust local-sources <final-path>/metadata/sources
#spack bootstrap add --trust local-binaries <final-path>/metadata/binaries
spack env deactivate
Expand Down

0 comments on commit 5927bf7

Please sign in to comment.