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
No related branches found
No related tags found
1 merge request!959fix: ensure eicweb and ghcr oci buildcache are used for fetch too
Pipeline #98312 passed
Pipeline: reconstruction_benchmarks

#98323

    Pipeline: physics_benchmarks

    #98322

      Pipeline: detector_benchmarks

      #98321

        ...@@ -2,6 +2,10 @@ mirrors: ...@@ -2,6 +2,10 @@ mirrors:
        eicweb: eicweb:
        url: oci://${CI_REGISTRY}/${CI_PROJECT_PATH}/spack-${SPACK_VERSION} url: oci://${CI_REGISTRY}/${CI_PROJECT_PATH}/spack-${SPACK_VERSION}
        signed: false signed: false
        fetch:
        access_pair:
        - ${CI_REGISTRY_USER}
        - ${CI_REGISTRY_PASSWORD}
        push: push:
        access_pair: access_pair:
        - ${CI_REGISTRY_USER} - ${CI_REGISTRY_USER}
        ...@@ -9,6 +13,10 @@ mirrors: ...@@ -9,6 +13,10 @@ mirrors:
        ghcr: ghcr:
        url: oci://ghcr.io/eic/spack-${SPACK_VERSION} url: oci://ghcr.io/eic/spack-${SPACK_VERSION}
        signed: false signed: false
        fetch:
        access_pair:
        - ${GITHUB_REGISTRY_USER}
        - ${GITHUB_REGISTRY_TOKEN}
        push: push:
        access_pair: access_pair:
        - ${GITHUB_REGISTRY_USER} - ${GITHUB_REGISTRY_USER}
        ......
        ...@@ -354,7 +354,7 @@ packages: ...@@ -354,7 +354,7 @@ packages:
        - '@0.30.0' - '@0.30.0'
        qt: qt:
        require: require:
        - '@5.15.11' - '@5.15.12'
        - +opengl - +opengl
        root: root:
        require: require:
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment