Skip to content

Commit

Permalink
Back to naming spack-buildcache package repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrizka committed Dec 29, 2024
1 parent c355e0c commit d9ee2fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ jobs:
ref: 6cb16c39ab85fbc211e50be804fa7a15f24ccebc # Spack version (examples: develop, releases/v0.23)
color: true # Force color output (SPACK_COLOR=always)
path: spack # Where to clone Spack
buildcache: false # No central build cache (incompatible)
- name: Spack Setup Build Cache
shell: spack-bash {0}
run: |
spack config add 'config:install_tree:padded_length:128'
spack mirror add --oci-username '${{ github.actor }}' --oci-password '${{ secrets.GITHUB_TOKEN }}' --unsigned local-buildcache 'oci://ghcr.io/${{ github.repository_owner }}/spack-alma9-buildcache'
spack mirror add --oci-username '${{ github.actor }}' --oci-password '${{ secrets.GITHUB_TOKEN }}' --unsigned local-buildcache 'oci://ghcr.io/${{ github.repository_owner }}/spack-buildcache'
- name: Checkout key4hep repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d9ee2fd

Please sign in to comment.