From ef4bafd1714ee8196129bf46fecb53ec7257b92b Mon Sep 17 00:00:00 2001 From: Julian-o Date: Thu, 10 Aug 2023 21:33:11 +1000 Subject: [PATCH] Libtorrent failing to be rebuilt --- ci/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/constants.py b/ci/constants.py index ae08966d76..16e4fb5ab6 100644 --- a/ci/constants.py +++ b/ci/constants.py @@ -35,6 +35,7 @@ class TargetPython(Enum): 'genericndkbuild', # libmysqlclient gives a linker failure (See issue #2808) 'libmysqlclient', + # libtorrent gives an undeclared identified (See issue #2809) ]) BROKEN_RECIPES = {