Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set pygame as broken recipe
Browse files Browse the repository at this point in the history
misl6 committed Dec 3, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 073fc17 commit 7210a37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/constants.py
Original file line number Diff line number Diff line change
@@ -41,6 +41,8 @@ class TargetPython(Enum):
'libtorrent',
# pybind11 build fails on macos
'pybind11',
# pygame (likely need to be updated) is broken with newer SDL2 versions
'pygame',
])

BROKEN_RECIPES = {

0 comments on commit 7210a37

Please sign in to comment.