Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jan 2026 23:56:01 +0000
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Cc:        Mikael Urankar <mikael@FreeBSD.org>
Subject:   git: 0405b3966917 - 2026Q1 - shells/nushell: fix build on armv7
Message-ID:  <69716791.39ff8.eb1b1a3@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch 2026Q1 has been updated by fuz:

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

commit 0405b39669171aa0503f63e374b4f348c89ddf35
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2026-01-17 17:00:40 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-01-21 23:55:19 +0000

    shells/nushell: fix build on armv7
    
    PR:             286368
    MFH:            2026Q1
    Tested by:      fuz
    Approved by:    yuri (maintainer timeout)
    
    (cherry picked from commit e73012979866246fd7f3e4698f0afc3da0189365)
---
 shells/nushell/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/shells/nushell/Makefile b/shells/nushell/Makefile
index f17010e3af88..7b4966e1b124 100644
--- a/shells/nushell/Makefile
+++ b/shells/nushell/Makefile
@@ -11,8 +11,6 @@ WWW=		https://www.nushell.sh/ \
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_armv7=	compilation fails, see https://github.com/rust-lang/rust/issues/140343, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286368
-
 USES=		cargo localbase ssl
 USE_GITHUB=	yes
 
@@ -934,6 +932,7 @@ LDFLAGS=	-L/usr/local/lib/gcc${GCC_DEFAULT} -latomic
 
 # avoid address space exhaustion in compiler
 .if ${ARCH:Marmv?}
+CARGO_ENV+=	CARGO_PROFILE_RELEASE_LTO="false"
 LTO_UNSAFE=	yes
 .endif
 


home | help

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