We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d103ef commit fa2bb3eCopy full SHA for fa2bb3e
.github/workflows/build-spack-nodeps.yml
@@ -64,10 +64,3 @@ jobs:
64
spack add sst-macro@${{ matrix.version }}
65
spack concretize --reuse --force
66
spack install --fail-fast
67
- - name: Push packages and update index
68
- run: |
69
- eval "$(spack env activate --sh .)"
70
- spack buildcache push \
71
- --unsigned \
72
- --update-index \
73
- "${mirror_name}"
spack.yaml
@@ -7,3 +7,4 @@ spack:
7
github-container-registry:
8
url: oci://ghcr.io/sstsimulator/sst-spack
9
signed: false
10
+ autopush: true
0 commit comments