Skip to content

Commit 95bca5d

Browse files
Set specific spack version, swap to ompi versions supported
1 parent a1a3793 commit 95bca5d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/spack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spack:
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

.github/workflows/ci_checks.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
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

0 commit comments

Comments
 (0)