Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2025 16:40:51 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2e50d89865f2 - main - sysutils/mise: Broken on armv7
Message-ID:  <202502061640.516GepXx026881@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit 2e50d89865f220437c0be45595e7de4f3e558cd3
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-02-06 16:40:20 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-02-06 16:40:20 +0000

    sysutils/mise: Broken on armv7
    
    Reported by:    fallout
---
 sysutils/mise/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sysutils/mise/Makefile b/sysutils/mise/Makefile
index 3a4183aaccf9..bb28cf0c2308 100644
--- a/sysutils/mise/Makefile
+++ b/sysutils/mise/Makefile
@@ -11,6 +11,8 @@ WWW=		https://mise.jdx.dev/ \
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_armv7=	compoilation fails: LLVM ERROR: out of memory
+
 LIB_DEPENDS=	libgit2.so:devel/libgit2 \
 		libssh2.so:security/libssh2 \
 		libzstd.so:archivers/zstd



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502061640.516GepXx026881>