git: 35ed58bde0fc - main - lang/gluon: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 19 Jan 2024 20:00:41 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=35ed58bde0fc72ef6115b556944b49c1666ccbc7

commit 35ed58bde0fc72ef6115b556944b49c1666ccbc7
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-19 13:55:31 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-19 13:55:31 +0000

    lang/gluon: Broken on i386
    
    Reported by:    https://portsfallout.com/
---
 lang/gluon/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lang/gluon/Makefile b/lang/gluon/Makefile
index 1384ae26ea88..482d990417d0 100644
--- a/lang/gluon/Makefile
+++ b/lang/gluon/Makefile
@@ -11,6 +11,8 @@ WWW=		https://gluon-lang.org
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/../LICENSE
 
+BROKEN_i386=	compilation fails: LLVM ERROR: out of memory
+
 USES=		cargo
 
 USE_GITHUB=	yes