Skip to content
Snippets Groups Projects
Commit 091b1d14 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

(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
...@@ -288,6 +288,14 @@ COPY profile.d/a00_cleanup.sh /etc/profile.d ...@@ -288,6 +288,14 @@ COPY profile.d/a00_cleanup.sh /etc/profile.d
COPY profile.d/z11_jug_env.sh /etc/profile.d COPY profile.d/z11_jug_env.sh /etc/profile.d
COPY singularity.d /.singularity.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 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-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 ADD --chmod=0755 https://dl.min.io/client/mc/release/linux-arm64/mc /usr/local/bin/mc-arm64
......
...@@ -3,4 +3,4 @@ EICSPACK_ORGREPO="eic/eic-spack" ...@@ -3,4 +3,4 @@ EICSPACK_ORGREPO="eic/eic-spack"
## EIC spack commit hash or github version, e.g. v0.19.7 ## EIC spack commit hash or github version, e.g. v0.19.7
## note: nightly builds could use a branch e.g. releases/v0.19 ## note: nightly builds could use a branch e.g. releases/v0.19
EICSPACK_VERSION="157326983623a834661bc4bdbb9061bd256f8d1b" EICSPACK_VERSION="d166c4d4179b97d34774ff334635bc759d0f7931"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment