Skip to content

Commit 4f664ee

Browse files
Avoid building openssl (2 minutes)
1 parent 0bc06f6 commit 4f664ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
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 \&\& spack install/;' /configs/spack.Dockerfile
13+
sed -i -e 's/spack install/spack external find --all --not-buildable \&\& spack install/;' /configs/spack.Dockerfile
1414
args:
1515
ompi_version: main
1616
no_cache: true

.github/spack.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ spack:
2727
- git
2828
- zlib1g-dev
2929
- openssh-server
30+
- openssl
3031
- libperl-dev
3132
- pkg-config
3233
- numactl

0 commit comments

Comments
 (0)