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

fix: reconcretize in stage 2

parent 5bd7d2bb
No related branches found
No related tags found
1 merge request!747feat: install most dependencies in cacheable layer, before adding main
......@@ -123,7 +123,7 @@ EOF
## ========================================================================================
FROM spack as builder
## Setup our custom environment (secret mount for write-enabled mirror)
## 1. Setup our default environment (secret mount for write-enabled mirror)
COPY --from=spack-environment . /opt/spack-environment/
ARG ENV=dev
ENV SPACK_ENV=/opt/spack-environment/${ENV}
......@@ -143,7 +143,7 @@ ccache --show-stats
ccache --zero-stats
EOF
## Setup our custom environment with custom versions (on top of cached layer)
## 2. Setup our environment with custom versions (on top of cached layer)
ARG JUGGLER_VERSION=""
ARG EICRECON_VERSION=""
ADD https://api.github.com/repos/eic/juggler/commits/${JUGGLER_VERSION} /tmp/juggler.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment