Skip to content

Commit

Permalink
spack external find --exlucde=openssl
Browse files Browse the repository at this point in the history
doesn't like openssl@3.0.13 (from external deps)
  • Loading branch information
simonpintarelli committed Dec 13, 2024
1 parent ac520c7 commit f632759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/baseimage.cuda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN spack config add config:install_tree:root:/opt/local
RUN spack config add packages:all:variants:cuda_arch=${CUDA_ARCH}

# find all external packages
RUN spack external find --all
RUN spack external find --all --exclude=openssl

# find compilers
RUN spack compiler find
Expand Down

0 comments on commit f632759

Please sign in to comment.