Skip to content

Commit

Permalink
Build dependencies for release candidate.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminRodenberg committed Aug 27, 2024
1 parent 69a0425 commit 86d744f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spack/ci-spack-pyprecice-deps-2404.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ FROM spack/ubuntu-noble:latest
ADD ./spack/repo /py-pyprecice-repo
RUN spack --color=always env create --without-view ci && \
spack --color=always -e ci repo add /py-pyprecice-repo && \
spack --color=always -e ci add pyprecice.test.py-pyprecice@develop target=x86_64 && \
spack --color=always -e ci add pyprecice.test.py-pyprecice@2.5.1.0 target=x86_64 && \
spack --color=always -e ci install --fail-fast --only=dependencies && \
spack --color=always clean -a

0 comments on commit 86d744f

Please sign in to comment.