From a462518e74dc08d247831b9952c79b5c0add7795 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 9 Nov 2024 21:18:25 -0800 Subject: [PATCH] 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