Skip to content

Commit 3f4b158

Browse files
committed
try freezing cmake
1 parent 7ee8167 commit 3f4b158

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

build_dependencies/install_linux.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# exit immediately on any failed step
22
set -xe
33

4+
pip install cmake=3.31.6
5+
46
mkdir -p deps
57
cd deps
68

build_dependencies/install_macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# exit immediately on any failed step
22
set -xe
3-
pip install cmake
3+
pip install cmake=3.31.6
44

55
mkdir -p deps
66
cd deps

0 commit comments

Comments
 (0)