git: 63f054112aa3 - main - lang/gluon: Broken on armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 03 Feb 2024 07:53:03 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=63f054112aa3094f30749ca5f0deff7ccbe62eab

commit 63f054112aa3094f30749ca5f0deff7ccbe62eab
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-02-03 07:49:51 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-02-03 07:52:52 +0000

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

diff --git a/lang/gluon/Makefile b/lang/gluon/Makefile
index 482d990417d0..dcf67dfa8196 100644
--- a/lang/gluon/Makefile
+++ b/lang/gluon/Makefile
@@ -11,6 +11,7 @@ WWW=		https://gluon-lang.org
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/../LICENSE
 
+BROKEN_armv7=	compilation fails: (1) error[E0412]: cannot find type `AtomicU128` in module `core::sync::atomic` (2) LLVM ERROR: out of memory
 BROKEN_i386=	compilation fails: LLVM ERROR: out of memory
 
 USES=		cargo