Skip to content

Commit 0ef7b31

Browse files
committed
libmamba: remove cmake_minimum_required_version to avoid failing code path
1 parent 503e24c commit 0ef7b31

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

libmamba.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ pipeline:
6969
patches: |
7070
support-shared-libs.patch
7171
72+
- runs: |
73+
# Our `cmake --version` includes a git SHA suffix which skbuild trips
74+
# over: as we're well above the required minimum version, remove it to
75+
# avoid the failing code path
76+
sed -i '/cmake_minimum_required_version=/d' libmambapy/setup.py
77+
7278
- uses: cmake/configure
7379
with:
7480
opts: |

0 commit comments

Comments
 (0)