We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pybind11
ci/constants.py
1 parent b396fe7 commit 1bcfcefCopy full SHA for 1bcfcef
ci/constants.py
@@ -33,6 +33,14 @@ class TargetPython(Enum):
33
'twisted',
34
# genericndkbuild is incompatible with sdl2 (which is build by default when targeting sdl2 bootstrap)
35
'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',
44
])
45
46
BROKEN_RECIPES = {
0 commit comments