Date: Fri, 21 Jun 2024 01:53: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: b322a4fa5165 - main - shells/nushell: Broken on aarch64 Message-ID: <202406210153.45L1rK4p076753@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=b322a4fa5165865014e623c643091658e3c187f9 commit b322a4fa5165865014e623c643091658e3c187f9 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-06-21 00:42:18 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-06-21 01:52:58 +0000 shells/nushell: Broken on aarch64 Reported by: fallout --- shells/nushell/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shells/nushell/Makefile b/shells/nushell/Makefile index 16a9e1f3ce33..22692c75f9d7 100644 --- a/shells/nushell/Makefile +++ b/shells/nushell/Makefile @@ -10,6 +10,8 @@ WWW= https://www.nushell.sh/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= compilation fails, see https://github.com/nushell/nushell/issues/13194 + USES= cargo localbase ssl USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406210153.45L1rK4p076753>