Skip to content

Commit

Permalink
Fetch all src files in one go
Browse files Browse the repository at this point in the history
  • Loading branch information
alecbcs committed Jun 19, 2024
1 parent e9a4469 commit e2a001c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ ENV PATH="${PATH}:/spack/bin"

COPY spack.yaml /root/spack-env/spack.yaml

RUN /spack/bin/spack -e /root/spack-env concretize
RUN /spack/bin/spack -e /root/spack-env fetch -D
RUN /spack/bin/spack -e /root/spack-env install --fail-fast
RUN /spack/bin/spack view symlink /bootstrap-view $(/spack/bin/spack find -H)

Expand Down

0 comments on commit e2a001c

Please sign in to comment.