From 7210a37f3eff5c54287a2a2582e3587a7d598aef Mon Sep 17 00:00:00 2001 From: Mirko Galimberti Date: Sun, 3 Dec 2023 16:40:06 +0100 Subject: [PATCH] Set pygame as broken recipe --- ci/constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/constants.py b/ci/constants.py index 52a996c90f..cc1d9ea70a 100644 --- a/ci/constants.py +++ b/ci/constants.py @@ -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 = {