Skip to content
Snippets Groups Projects

feat: push build cache to eic-spack mirror on eics3

Merged Wouter Deconinck requested to merge build-cache-eics3 into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -140,6 +140,7 @@ RUN --mount=type=cache,target=/var/cache/spack-mirror \
ARG S3RW_ACCESS_KEY=""
ARG S3RW_SECRET_KEY=""
ADD aws_config /root/.aws/config
ENV AWS_CONFIG_FILE=/root/.aws/config
RUN cd /opt/spack-environment \
&& spack env activate . \
&& if [ -n "${S3RW_ACCESS_KEY}" ] ; then \
Loading