File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ services:
33 image : " bootstrap"
44 build :
55 dockerfile_inline : |
6- FROM spack/ubuntu-jammy:latest
6+ FROM spack/ubuntu-jammy:0.22.2
77 VOLUME /configs
88 ARG OMPI_VERSION
99 ENV OMPI_VERSION=$${OMPI_VERSION}
1010 CMD cp /configs/spack.yaml . && \
1111 spack -e . add openmpi@$${OMPI_VERSION} && \
1212 spack -e . containerize >/configs/spack.Dockerfile && \
13- sed -i -e 's/spack install/spack external find --all --not-buildable \&\& spack install/;' /configs/spack.Dockerfile
13+ sed -i -e 's/spack install/spack info openmpi \&\& spack -d install/;' /configs/spack.Dockerfile
1414 args :
1515 OMPI_VERSION : main
1616 no_cache : true
Original file line number Diff line number Diff line change 1111 strip : false
1212 images :
1313 os : ubuntu:22.04
14- spack : latest
14+ spack : 0.22.2
1515 os_packages :
1616 build :
1717 - build-essential
Original file line number Diff line number Diff line change 1515 matrix :
1616 ompi_version :
1717 - main
18- - 5.0.5
18+ - 5.0.3
19+ - git.v5.0.x
1920
2021 steps :
2122 - name : Checkout repository
You can’t perform that action at this time.
0 commit comments