Skip to content

Commit

Permalink
Configure mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Sep 27, 2024
1 parent 286758c commit 972a9fa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/spacktainer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Build Spacktainers
on: [push]
jobs:
spacktainer-build-job:
runs-on:
- codebuild-spacktainers-${{ github.run_id }}-${{ github.run_attempt }}
steps:
- run: |-
echo "Configuring build cache"
spack config blame mirrors
spack mirror add --s3-access-key=${AWS_CACHE_ACCESS_KEY_ID} --s3-access-key-secret=${AWS_CACHE_SECRET_ACCESS_KEY} s3cache s3://${AWS_CACHE_BUCKET}
spack config blame mirrors

0 comments on commit 972a9fa

Please sign in to comment.