Skip to content

Commit 4f8134b

Browse files
authored
Fix Windows CI failure (ninja regression) (#4875)
Ninja 1.13.0 with MSVC link.exe fails, apparently due to RSP line limit of 16,383 characters ninja-build/ninja#2616
1 parent e1b1ea6 commit 4f8134b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=70.2.0", "cmake>=3.20,<4.0", "ninja>=1.11.1", "pybind11>=2.13.1"]
2+
requires = ["setuptools>=70.2.0", "cmake>=3.20,<4.0", "ninja==1.11.1.4", "pybind11>=2.13.1"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.mypy]

0 commit comments

Comments
 (0)