knock out the build of databases/db -java on aarch64 until the

breakage in jdk from execute-only changes can be mended or worked around,
no point breaking a large number of port builds while we have a workaround
even if it's not ideal

ok phessler@
This commit is contained in:
sthen 2023-01-07 15:44:15 +00:00
parent 08b20d8d82
commit 70f60da5b1
1 changed files with 4 additions and 1 deletions

View File

@ -35,7 +35,10 @@ MULTI_PACKAGES += -main -tcl
LIB_DEPENDS-main?=
RUN_DEPENDS-main?=
#ONLY_FOR_ARCHS = ${ALL_ARCHS}
ONLY_FOR_ARCHS-java = aarch64 amd64 i386
ONLY_FOR_ARCHS-java = amd64 i386
# XXX aarch64 disabled until --execute-only situation can be resolved in jdk
# ONLY_FOR_ARCHS-java = aarch64 amd64 i386
.include <bsd.port.arch.mk>