Skip to content

Commit 1bcfcef

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ci/constants.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ class TargetPython(Enum):
3333
'twisted',
3434
# genericndkbuild is incompatible with sdl2 (which is build by default when targeting sdl2 bootstrap)
3535
'genericndkbuild',
36+
# libmysqlclient gives a linker failure (See issue #2808)
37+
'libmysqlclient',
38+
# boost gives errors (requires numpy? syntax error in .jam?)
39+
'boost',
40+
# libtorrent gives errors (requires boost. Also, see issue #2809, to start with)
41+
'libtorrent',
42+
# Fails to build via macOS
43+
'pybind11',
3644
])
3745

3846
BROKEN_RECIPES = {

0 commit comments

Comments
 (0)