Date: Wed, 19 Jan 2022 12:01:58 GMT From: Mikael Urankar <mikael@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 3090d7e0364e - 2022Q1 - devel/bazel029: Unbreak on aarch64 Message-ID: <202201191201.20JC1wEP023222@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q1 has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=3090d7e0364e9318e6ab9de19e7d606747f26180 commit 3090d7e0364e9318e6ab9de19e7d606747f26180 Author: Ronald Klop <ronald-lists@klop.ws> AuthorDate: 2022-01-19 11:51:23 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2022-01-19 12:01:47 +0000 devel/bazel029: Unbreak on aarch64 PR: 261303 Approved by: Klaus Aehlig (maintainer) (cherry picked from commit 8ea3b916eaf6678ae7ed57cb8706ebc720011da0) --- devel/bazel029/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/devel/bazel029/Makefile b/devel/bazel029/Makefile index 16b5cd74987d..9036921c7159 100644 --- a/devel/bazel029/Makefile +++ b/devel/bazel029/Makefile @@ -14,7 +14,6 @@ COMMENT= Fast and correct build system LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_aarch64= fails to build: java.lang.OutOfMemoryError: Java heap space BROKEN_armv6= fails to package: cp: bazel: No such file or directory BROKEN_armv7= fails to package: cp: bazel: No such file or directory BROKEN_FreeBSD_12_powerpc64= fails to compile: Action failed to execute: java.io.IOException: Cannot run program /usr/bin/clang
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201191201.20JC1wEP023222>