git: a462518e74dc - main - sysutils/conserve: Broken on i386: LLVM runs out of memory

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 10 Nov 2024 06:22:35 UTC
The branch main has been updated by yuri:

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

commit a462518e74dc08d247831b9952c79b5c0add7795
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-10 05:18:25 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-10 05:18:25 +0000

    sysutils/conserve: Broken on i386: LLVM runs out of memory
    
    Reported by:    fallout
---
 sysutils/conserve/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sysutils/conserve/Makefile b/sysutils/conserve/Makefile
index ebb5f754367c..9b40244e6b9e 100644
--- a/sysutils/conserve/Makefile
+++ b/sysutils/conserve/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/sourcefrog/conserve
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_i386=	rust/llvm runs out of memory
+
 USES=		cargo
 
 USE_GITHUB=	yes