File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN mkdir /root/spack && \
2222 git checkout docker-reference
2323
2424# Set externals, locate compilers
25- RUN spack external find -j 1 --not-buildable bison cmake
25+ RUN spack external find bison cmake
2626RUN spack compiler find
2727RUN spack config add "config:install_tree:padded_length:256"
2828
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ RUN mkdir /root/spack && \
1414 git fetch --depth=1 https://github.com/spack/spack.git 734c5db2121b01c373eed6538e452f18887e9e44:docker-reference && \
1515 git checkout docker-reference
1616
17- # Set externals, locate compilers
18- RUN spack external find --not-buildable cmake
1917RUN spack compiler find
2018RUN spack config add "config:install_tree:padded_length:256"
2119
You can’t perform that action at this time.
0 commit comments