git: 57e2b638baa5 - main - lang/rustpython: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 12 May 2024 18:35:36 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=57e2b638baa5a562b2fef2702121e45f205cb41d

commit 57e2b638baa5a562b2fef2702121e45f205cb41d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-05-12 18:35:09 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-12 18:35:33 +0000

    lang/rustpython: Broken on i386
    
    Reported by:    fallout
---
 lang/rustpython/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lang/rustpython/Makefile b/lang/rustpython/Makefile
index fc49432db9ef..d00af27129e0 100644
--- a/lang/rustpython/Makefile
+++ b/lang/rustpython/Makefile
@@ -10,6 +10,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_aarch64=	fails to compile, see https://github.com/rusqlite/rusqlite/issues/1440
+BROKEN_i396=	fails to compile, see https://github.com/RustPython/RustPython/issues/5318
 
 USES=		cargo