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
Merge requests
!742
staging: v23.12-alpha into master
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
staging: v23.12-alpha into master
v23.12-alpha
into
master
Overview
0
Commits
6
Pipelines
0
Changes
4
Merged
Wouter Deconinck
requested to merge
v23.12-alpha
into
master
1 year ago
Overview
0
Commits
6
Pipelines
0
Changes
4
Expand
0
0
Merge request reports
Viewing commit
b71832b2
Show latest version
4 files
+
21
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
b71832b2
chore: eicrecon:acts-upgrade-26 with acts-30
· b71832b2
Wouter Deconinck
authored
1 year ago
containers/jug/dev.Dockerfile
+
0
−
3
Options
@@ -120,8 +120,6 @@ FROM spack as builder
## Setup our custom environment (secret mount for write-enabled mirror)
COPY
--from=spack-environment . /opt/spack-environment/
ARG
ENV=dev
ARG
JUGGLER_VERSION="main"
ADD
https://eicweb.phy.anl.gov/api/v4/projects/EIC%2Fjuggler/repository/tree?ref=${JUGGLER_VERSION} /tmp/juggler.json
ARG
EICRECON_VERSION="main"
ADD
https://api.github.com/repos/eic/eicrecon/commits/${EICRECON_VERSION} /tmp/eicrecon.json
ENV
SPACK_ENV=/opt/spack-environment/${ENV}
@@ -134,7 +132,6 @@ export CCACHE_DIR=/ccache
spack buildcache update-index local
spack buildcache update-index eics3rw
spack env activate --dir ${SPACK_ENV}
spack add juggler@git.${JUGGLER_VERSION}
spack add eicrecon@git.${EICRECON_VERSION}
make --jobs ${jobs} --keep-going --directory /opt/spack-environment SPACK_ENV=${SPACK_ENV} BUILDCACHE_MIRROR="local eics3rw"
ccache --show-stats
Loading