Skip to content

Commit 3f61c9d

Browse files
committed
mirror set --> mirror add; test push to registry without building.
1 parent 5c660aa commit 3f61c9d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/spack_cpu_build.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
# Python build in GH actions is failing. Using system python.
111111
# - exago@develop+mpi~ipopt+hiop+python~raja ^openmpi
112112
# See #40 - +hiop+raja~ipopt ^hiop~sparse is useful for edge cases
113-
- exago@develop+mpi~ipopt+hiop~python+raja ^openmpi ^hiop+raja~sparse
113+
# - exago@develop+mpi~ipopt+hiop~python+raja ^openmpi ^hiop+raja~sparse
114114

115115
name: Build ExaGO with Spack
116116
steps:
@@ -145,7 +145,8 @@ jobs:
145145
EOF
146146
147147
- name: Configure GHCR mirror
148-
run: spack -e . mirror set --oci-username ${{ env.USERNAME }} --oci-password "${{ secrets.GITHUB_TOKEN }}" local-buildcache
148+
#run: spack -e . mirror set --oci-username ${{ env.USERNAME }} --oci-password "${{ secrets.GITHUB_TOKEN }}" local-buildcache
149+
run: spack -e . mirror add --oci-username ${{ env.USERNAME }} --oci-password "${{ secrets.GITHUB_TOKEN }}" local-buildcache
149150

150151
- name: Trust keys
151152
run: spack -e . buildcache keys --install --trust
@@ -162,11 +163,11 @@ jobs:
162163
- name: Concretize
163164
run: spack -e . concretize --fresh
164165

165-
- name: Install
166-
run: spack -e . install --no-check-signature --fail-fast --keep-stage
166+
#- name: Install
167+
# run: spack -e . install --no-check-signature --fail-fast --keep-stage
167168

168-
#- name: Test Build
169-
# run: cd $(spack -e . location --build-dir exago@develop) && ctest -VV
169+
#- name: Test Build
170+
# run: cd $(spack -e . location --build-dir exago@develop) && ctest -VV
170171

171172
# Push with force to override existing binaries...
172173
- name: Push to binaries to buildcache

0 commit comments

Comments
 (0)