Skip to content

Commit aa7b7e8

Browse files
Add spack externals command back
1 parent 95bca5d commit aa7b7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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 info openmpi \&\& spack -d install/;' /configs/spack.Dockerfile
13+
sed -i -e 's/spack install/spack external find --all \&\& spack -d install/;' /configs/spack.Dockerfile
1414
args:
1515
OMPI_VERSION: main
1616
no_cache: true

0 commit comments

Comments
 (0)