Skip to content

Commit 301bfc0

Browse files
committed
cmake 4 is not compatible
1 parent 429832e commit 301bfc0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

clingo/Dockerfile.manylinux2014

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2626
RUN spack compiler find
2727
RUN spack config add "config:install_tree:padded_length:256"
2828

patchelf/Dockerfile.manylinux2014

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1917
RUN spack compiler find
2018
RUN spack config add "config:install_tree:padded_length:256"
2119

0 commit comments

Comments
 (0)