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
17fc6457
Commit
17fc6457
authored
2 years ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
feat: use eicd from github
parent
1ce099fc
No related branches found
No related tags found
1 merge request
!345
feat: use eicd from github
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
containers/jug/xl.Dockerfile
+2
-3
2 additions, 3 deletions
containers/jug/xl.Dockerfile
with
2 additions
and
3 deletions
containers/jug/xl.Dockerfile
+
2
−
3
View file @
17fc6457
...
@@ -11,6 +11,7 @@ FROM ${DOCKER_REGISTRY}jug_dev:${INTERNAL_TAG}
...
@@ -11,6 +11,7 @@ FROM ${DOCKER_REGISTRY}jug_dev:${INTERNAL_TAG}
ARG
EICWEB="https://eicweb.phy.anl.gov/api/v4/projects"
ARG
EICWEB="https://eicweb.phy.anl.gov/api/v4/projects"
ARG
JUGGLER_VERSION="master"
ARG
JUGGLER_VERSION="master"
ARG
NPDET_VERSION="master"
ARG
NPDET_VERSION="master"
ARG
EICD_REPOSITORYURL="https://github.com/eic/eicd.git"
ARG
EICD_VERSION="master"
ARG
EICD_VERSION="master"
## version will automatically bust cache for nightly, as it includes
## version will automatically bust cache for nightly, as it includes
...
@@ -18,7 +19,6 @@ ARG EICD_VERSION="master"
...
@@ -18,7 +19,6 @@ ARG EICD_VERSION="master"
ARG
JUG_VERSION=1
ARG
JUG_VERSION=1
ADD
${EICWEB}/18/repository/tree?ref=${NPDET_VERSION} /tmp/18.json
ADD
${EICWEB}/18/repository/tree?ref=${NPDET_VERSION} /tmp/18.json
ADD
${EICWEB}/373/repository/tree?ref=${EICD_VERSION} /tmp/373.json
RUN
cd
/tmp
\
RUN
cd
/tmp
\
&&
echo
" - jug_xl:
${
JUG_VERSION
}
"
>>
/etc/jug_info
\
&&
echo
" - jug_xl:
${
JUG_VERSION
}
"
>>
/etc/jug_info
\
&&
echo
"INSTALLING NPDET"
\
&&
echo
"INSTALLING NPDET"
\
...
@@ -32,8 +32,7 @@ RUN cd /tmp
...
@@ -32,8 +32,7 @@ RUN cd /tmp
&&
rm
-rf
build NPDet
\
&&
rm
-rf
build NPDet
\
&&
cd
/tmp
\
&&
cd
/tmp
\
&&
echo
"INSTALLING EICD"
\
&&
echo
"INSTALLING EICD"
\
&&
git clone
-b
${
EICD_VERSION
}
--depth
1
\
&&
git clone
-b
${
EICD_VERSION
}
--depth
1
${
EICD_REPOSITORYURL
}
\
https://eicweb.phy.anl.gov/EIC/eicd.git
\
&&
cmake
-B
build
-S
eicd
-DCMAKE_CXX_STANDARD
=
17
\
&&
cmake
-B
build
-S
eicd
-DCMAKE_CXX_STANDARD
=
17
\
&&
cmake
--build
build
-j12
--
install
\
&&
cmake
--build
build
-j12
--
install
\
&&
pushd
eicd
\
&&
pushd
eicd
\
...
...
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