Skip to content

Commit 120046a

Browse files
committed
add pybind11 to ci/constants.py in BROKEN_RECIPES_PYTHON3
1 parent cab4ebb commit 120046a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/constants.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ class TargetPython(Enum):
3939
'boost',
4040
# libtorrent gives errors (requires boost. Also, see issue #2809, to start with)
4141
'libtorrent',
42-
42+
# pybind11 build fails on macos
43+
'pybind11',
4344
])
4445

4546
BROKEN_RECIPES = {

0 commit comments

Comments
 (0)