Skip to content
Snippets Groups Projects
Commit 4480488b authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: ensure eicweb and ghcr oci buildcache are used for fetch too

parent dc3d50af
Branches
Tags
1 merge request!959fix: ensure eicweb and ghcr oci buildcache are used for fetch too
......@@ -2,6 +2,10 @@ mirrors:
eicweb:
url: oci://${CI_REGISTRY}/${CI_PROJECT_PATH}/spack-${SPACK_VERSION}
signed: false
fetch:
access_pair:
- ${CI_REGISTRY_USER}
- ${CI_REGISTRY_PASSWORD}
push:
access_pair:
- ${CI_REGISTRY_USER}
......@@ -9,6 +13,10 @@ mirrors:
ghcr:
url: oci://ghcr.io/eic/spack-${SPACK_VERSION}
signed: false
fetch:
access_pair:
- ${GITHUB_REGISTRY_USER}
- ${GITHUB_REGISTRY_TOKEN}
push:
access_pair:
- ${GITHUB_REGISTRY_USER}
......
......@@ -354,7 +354,7 @@ packages:
- '@0.30.0'
qt:
require:
- '@5.15.11'
- '@5.15.12'
- +opengl
root:
require:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment