Date: Sun, 14 Jul 2024 18:20:58 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: 5fe3bb91d176 - main - devel/cargo-mutants: Broken on i386 Message-ID: <202407141820.46EIKwWD006853@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=5fe3bb91d176e09465a5a39540d9dfebd7a1e196 commit 5fe3bb91d176e09465a5a39540d9dfebd7a1e196 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-07-14 18:02:41 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-07-14 18:20:50 +0000 devel/cargo-mutants: Broken on i386 Reported by: fallout --- devel/cargo-mutants/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/cargo-mutants/Makefile b/devel/cargo-mutants/Makefile index 7aff84e2439d..cb63b5c31e3c 100644 --- a/devel/cargo-mutants/Makefile +++ b/devel/cargo-mutants/Makefile @@ -10,6 +10,8 @@ WWW= https://mutants.rs/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= compilation fails, see https://github.com/sourcefrog/cargo-mutants/issues/380 + USES= cargo USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407141820.46EIKwWD006853>