Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jan 2023 21:39:40 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: 799abceb7afa - main - devel/tarpaulin: Broken on armv7, i386
Message-ID:  <202301222139.30MLdeFK098060@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=799abceb7afa30d462ac94ce5049c4000e860839

commit 799abceb7afa30d462ac94ce5049c4000e860839
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-01-22 21:39:08 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-01-22 21:39:38 +0000

    devel/tarpaulin: Broken on armv7, i386
    
    Reported by:    fallout
---
 devel/tarpaulin/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/tarpaulin/Makefile b/devel/tarpaulin/Makefile
index e7c32d9f605d..0e5341099e0a 100644
--- a/devel/tarpaulin/Makefile
+++ b/devel/tarpaulin/Makefile
@@ -12,6 +12,9 @@ LICENSE_COMB=	dual
 LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE-APACHE
 LICENSE_FILE_MIT=	${WRKSRC}/LICENSE-MIT
 
+BROKEN_armv7=	compilation fails, see https://github.com/xd009642/llvm-profparser/issues/25
+BROKEN_i386=	compilation fails, see https://github.com/xd009642/llvm-profparser/issues/25
+
 USES=		cargo localbase:ldflags
 
 USE_GITHUB=	yes



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