Skip to content

Commit af23605

Browse files
committed
remove oci stuff
1 parent 301bfc0 commit af23605

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

.github/workflows/clingo.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,6 @@ jobs:
6464
spack python clingo/install_clingo.py
6565
spack buildcache push --unsigned ./binary-mirror clingo-bootstrap
6666
67-
- name: Push to OCI registry
68-
env:
69-
GITHUB_ACTOR: ${{ github.actor }}
70-
GITHUB_TOKEN: ${{ github.token }}
71-
run: |
72-
. spack/share/spack/setup-env.sh
73-
spack mirror add \
74-
--oci-username-variable GITHUB_ACTOR \
75-
--oci-password-variable GITHUB_TOKEN \
76-
ghcr oci://ghcr.io/spack/bootstrap-buildcache-pr50
77-
spack buildcache push --unsigned ghcr clingo-bootstrap
78-
7967
- uses: actions/upload-artifact@v5
8068
with:
8169
name: clingo_binary_mirror-${{ matrix.runner[0] }}-${{ matrix.python-version }}

clingo/Dockerfile.manylinux2014

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,3 @@ RUN export PY_PATH=$(printf '%s' "$PYTHON_VERSION" | \
3636

3737
RUN spack buildcache push --unsigned ./binary-mirror $(spack --color=never find --hashes clingo-bootstrap)
3838

39-
RUN spack mirror add \
40-
--oci-username-variable GITHUB_ACTOR \
41-
--oci-password-variable GITHUB_TOKEN \
42-
ghcr oci://ghcr.io/spack/bootstrap-buildcache-pr50 && \
43-
spack buildcache push --unsigned ghcr clingo-bootstrap

0 commit comments

Comments
 (0)