Skip to content

Commit

Permalink
Serets as input
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Sep 27, 2024
1 parent dc8d232 commit 647c33c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/spacktainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ jobs:
runs-on:
- codebuild-spacktainers-${{ github.run_id }}-${{ github.run_attempt }}
steps:
- run: |-
- name: configure-build-cache
env:
AWS_CACHE_ACCESS_KEY_ID: ${{ secrets.AWS_CACHE_ACCESS_KEY_ID }}
AWS_CACHE_SECRET_ACCESS_KEY: ${{ secrets.AWS_CACHE_SECRET_ACCESS_KEY }}
AWS_CACHE_BUCKET: ${{ secrets.AWS_CACHE_BUCKET }}
run: |-
echo "Configuring build cache"
/opt/spack/bin/spack config blame mirrors
/opt/spack/bin/spack mirror add --s3-access-key-id=${AWS_CACHE_ACCESS_KEY_ID} --s3-access-key-secret=${AWS_CACHE_SECRET_ACCESS_KEY} s3cache s3://${AWS_CACHE_BUCKET}
Expand Down

0 comments on commit 647c33c

Please sign in to comment.