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

fix: force juggler@git.${JUGGLER_VERSION}=${JUGGLER_VERSION}

parent 3f5f6cf8
No related branches found
No related tags found
1 merge request!674feat: install juggler and eicrecon with spack
This commit is part of merge request !674. Comments created here will be created in the context of that merge request.
......@@ -114,8 +114,8 @@ RUN --mount=type=cache,target=/ccache,id=${TARGETPLATFORM} \
source $SPACK_ROOT/share/spack/setup-env.sh \
&& export CCACHE_DIR=/ccache \
&& spack env activate --dir ${SPACK_ENV} \
&& spack add juggler@git.${JUGGLER_VERSION} \
&& spack add eicrecon@git.${EICRECON_VERSION} \
&& spack add juggler@git.${JUGGLER_VERSION}=${JUGGLER_VERSION} \
&& spack add eicrecon@git.${EICRECON_VERSION}=${EICRECON_VERSION} \
&& make --jobs ${jobs} --keep-going --directory /opt/spack-environment \
SPACK_ENV=${SPACK_ENV} \
BUILDCACHE_MIRROR="local eics3rw" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment