Skip to content

Commit 67817bb

Browse files
committed
add pybind11 to ci/constants.py in BROKEN_RECIPES_PYTHON3
1 parent b396fe7 commit 67817bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ class TargetPython(Enum):
3333
'twisted',
3434
# genericndkbuild is incompatible with sdl2 (which is build by default when targeting sdl2 bootstrap)
3535
'genericndkbuild',
36+
# Fails to build via macOS
37+
'pybind11',
3638
])
3739

3840
BROKEN_RECIPES = {

0 commit comments

Comments
 (0)