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
091b1d14
Commit
091b1d14
authored
10 months ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
(hot)fix: deal with git.<hash>=main issues
parent
7a52a646
No related branches found
No related tags found
1 merge request
!915
(hot)fix: deal with git.<hash>=main issues
Pipeline
#93063
passed with warnings
10 months ago
Stage: status-pending
Stage: config
Stage: base
Stage: jug
Stage: deploy
Stage: benchmarks
Stage: finalize
Stage: status-report
Pipeline: detector_benchmarks
#93089
Pipeline: detector_benchmarks
#93077
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
containers/jug/dev.Dockerfile
+8
-0
8 additions, 0 deletions
containers/jug/dev.Dockerfile
eic-spack.sh
+1
-1
1 addition, 1 deletion
eic-spack.sh
with
9 additions
and
1 deletion
containers/jug/dev.Dockerfile
+
8
−
0
View file @
091b1d14
...
...
@@ -288,6 +288,14 @@ COPY profile.d/a00_cleanup.sh /etc/profile.d
COPY
profile.d/z11_jug_env.sh /etc/profile.d
COPY
singularity.d /.singularity.d
## Fixup /opt/detector/epic-git.fcf90937193c983c0af2acf1251e01f2e2c3a259_main
RUN
<<
EOF
shopt -s nullglob
for detector in /opt/detector/epic-git.*_* ; do
ln -s ${detector} /opt/detector/epic-${detector/*_/}
done
EOF
## Add minio client into /usr/local/bin
ADD
--chmod=0755 https://dl.min.io/client/mc/release/linux-amd64/mc /usr/local/bin/mc-amd64
ADD
--chmod=0755 https://dl.min.io/client/mc/release/linux-arm64/mc /usr/local/bin/mc-arm64
...
...
This diff is collapsed.
Click to expand it.
eic-spack.sh
+
1
−
1
View file @
091b1d14
...
...
@@ -3,4 +3,4 @@ EICSPACK_ORGREPO="eic/eic-spack"
## EIC spack commit hash or github version, e.g. v0.19.7
## note: nightly builds could use a branch e.g. releases/v0.19
EICSPACK_VERSION
=
"
157326983623a834661bc4bdbb9061bd256f8d1b
"
EICSPACK_VERSION
=
"
d166c4d4179b97d34774ff334635bc759d0f7931
"
This diff is collapsed.
Click to expand it.
Wouter Deconinck
@wdconinc
mentioned in commit
e9a39283
·
10 months ago
mentioned in commit
e9a39283
mentioned in commit e9a3928308adf8b3377fa6746efc92e4882aecd5
Toggle commit list
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