On Sat, 29 Nov 2025 15:43:09 +0100 Matthias Klose wrote:
> Control: tags -1 - patch
>
> Please don't disable the tests anymore, at least you want to become a
> release architecture ...
Please consider adding loong64 to this arch lists.
with_check = $(if $(findstring nocheck, $(DEB_BUILD_OPTIONS)),,yes)
-ifneq (,$(filter $(DEB_HOST_ARCH), alpha arc armel mipsel mips64el
powerpc riscv64 x32))
+ifneq (,$(filter $(DEB_HOST_ARCH), alpha arc armel loong64 mipsel
mips64el powerpc riscv64 x32))
with_check = disabled running check on $(DEB_HOST_ARCH)
endif
For openjdk-21 21.0.10~4ea-1, you removed loong64 from above lists.
https://buildd.debian.org/status/logs.php?pkg=openjdk-21&arch=loong64
Since penjdk-26 26~21ea-1, you removed loong64 from above lists.
https://buildd.debian.org/status/logs.php?pkg=openjdk-26&arch=loong64
Currently, OpenJDK can only be built with the Zero variant on loong64.
Thanks.