git: a6250ad195d9 - main - devel/spark: Marked i386 as broken

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Tue, 29 Oct 2024 18:00:41 UTC
The branch main has been updated by vvd:

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

commit a6250ad195d93049aac38332f9ce4de785fe6f05
Author:     Martin Filla <freebsd@sysctl.cz>
AuthorDate: 2024-10-29 17:56:23 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-10-29 17:56:23 +0000

    devel/spark: Marked i386 as broken
    
    Not enough memory on this architecture to build the port.
    
    PR:     282310
    MFH:    2024Q4
---
 devel/spark/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/spark/Makefile b/devel/spark/Makefile
index d1b5e9479c10..1125b159cc79 100644
--- a/devel/spark/Makefile
+++ b/devel/spark/Makefile
@@ -15,6 +15,7 @@ LICENSE=	APACHE20
 
 BROKEN_armv6=	fails to build: maven-assembly-plugin: Failed to retrieve numeric file attributes
 BROKEN_armv7=	fails to build: maven-assembly-plugin: Failed to retrieve numeric file attributes
+ROKEN_i386=	not enough memory on this architecture to build the port
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libsnappyjava.so:archivers/snappy-java \
 		bash:shells/bash \