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
Compare revisions
21daaaa6590aa74437818e4900b85a04b34dfb0c to b190cb90e9e6ccd0ee0506eaf6b234810761a071
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
containers/eic_container
Select target project
No results found
b190cb90e9e6ccd0ee0506eaf6b234810761a071
Select Git revision
Swap
Target
containers/eic_container
Select target project
containers/eic_container
wdconinc/eic_container
tooba/eic_container
3 results
21daaaa6590aa74437818e4900b85a04b34dfb0c
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
fix: mark g4ndl as not buildable
· dec76951
Wouter Deconinck
authored
7 months ago
dec76951
chore: docker-27.2.0
· b190cb90
Wouter Deconinck
authored
7 months ago
b190cb90
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
spack-environment/packages.yaml
+2
-1
2 additions, 1 deletion
spack-environment/packages.yaml
with
3 additions
and
2 deletions
.gitlab-ci.yml
View file @
b190cb90
...
...
@@ -2,7 +2,7 @@ image: alpine
variables
:
## External images
DOCKER_IMAGE
:
docker.io/docker:2
5.0.5
DOCKER_IMAGE
:
docker.io/docker:2
7.2.0
SINGULARITY_IMAGE
:
quay.io/singularity/singularity:v3.11.5
## Default versions are specified in packages.yaml but can be overridden
...
...
This diff is collapsed.
Click to expand it.
spack-environment/packages.yaml
View file @
b190cb90
...
...
@@ -139,8 +139,9 @@ packages:
-
'
@12.1'
-
-debuginfod
g4ndl
:
buildable
:
False
externals
:
-
spec
:
g4ndl@4.7
-
spec
:
g4ndl@4.7
.1
prefix
:
/opt/software/externals/g4ndl
geant4
:
require
:
...
...
This diff is collapsed.
Click to expand it.