Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
containers
eic_container
Commits
4480488b
Commit
4480488b
authored
8 months ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
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
!959
fix: ensure eicweb and ghcr oci buildcache are used for fetch too
Pipeline
#98312
passed
7 months ago
Stage: status-pending
Stage: config
Stage: base
Stage: eic
Stage: deploy
Stage: benchmarks
Stage: finalize
Stage: status-report
Pipeline: reconstruction_benchmarks
#98323
Pipeline: physics_benchmarks
#98322
Pipeline: detector_benchmarks
#98321
Changes
2
Pipelines
55
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
mirrors.yaml.in
+8
-0
8 additions, 0 deletions
mirrors.yaml.in
spack-environment/packages.yaml
+1
-1
1 addition, 1 deletion
spack-environment/packages.yaml
with
9 additions
and
1 deletion
mirrors.yaml.in
+
8
−
0
View file @
4480488b
...
...
@@ -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}
...
...
This diff is collapsed.
Click to expand it.
spack-environment/packages.yaml
+
1
−
1
View file @
4480488b
...
...
@@ -354,7 +354,7 @@ packages:
-
'
@0.30.0'
qt
:
require
:
-
'
@5.15.1
1
'
-
'
@5.15.1
2
'
-
+opengl
root
:
require
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment