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:
        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.
        Finish editing this message first!
        Please register or to comment