Skip to content

Commit bd2c963

Browse files
committed
Set pygame as broken recipe
1 parent 719ed1e commit bd2c963

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
@@ -41,6 +41,8 @@ class TargetPython(Enum):
4141
'libtorrent',
4242
# pybind11 build fails on macos
4343
'pybind11',
44+
# pygame (likely need to be updated) is broken with newer SDL2 versions
45+
'pygame',
4446
])
4547

4648
BROKEN_RECIPES = {

0 commit comments

Comments
 (0)