Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Nov 2022 17:28:20 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: 34f4c5d2f9a3 - main - shells/starship: Broken on i386
Message-ID:  <202211021728.2A2HSKVU094325@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=34f4c5d2f9a3bfb2ad877c8e365465b561d0ce04

commit 34f4c5d2f9a3bfb2ad877c8e365465b561d0ce04
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-11-02 14:58:49 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-11-02 17:28:18 +0000

    shells/starship: Broken on i386
    
    Reported by:    fallout
---
 shells/starship/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/shells/starship/Makefile b/shells/starship/Makefile
index ae1a274e8d4c..7206ba046d34 100644
--- a/shells/starship/Makefile
+++ b/shells/starship/Makefile
@@ -12,6 +12,8 @@ WWW=		https://starship.rs/
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	cargo crashes on shells/starship on i386, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267529
+
 LIB_DEPENDS=	libgit2.so:devel/libgit2 \
 		libssh2.so:security/libssh2
 



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