Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.java > #12657

Bug#1040181: openjdk-8: Please disable tests on zero architectures

From Adrian Bunk <bunk@debian.org>
Newsgroups linux.debian.bugs.dist, linux.debian.maint.java
Subject Bug#1040181: openjdk-8: Please disable tests on zero architectures
Date 2023-07-03 00:00 +0200
Message-ID <GNdgR-2vYh-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Cross-posted to 2 groups.

Show all headers | View raw


Source: openjdk-8
Version: 8u382~b04-1
Severity: important
Tags: patch
X-Debbugs-Cc: Thorsten Glaser <tg@mirbsd.de>

Zero is slow, OpenJDK has many tests, and on slower ports
architectures the build can literally take a month:
https://buildd.debian.org/status/logs.php?pkg=openjdk-8&arch=alpha

Please fix this with something like:

--- debian/rules.old	2023-07-02 21:46:21.815210161 +0000
+++ debian/rules	2023-07-02 21:48:21.783102835 +0000
@@ -137,7 +137,7 @@
 endif
 
 with_check = $(if $(findstring nocheck, $(DEB_BUILD_OPTIONS)),,yes)
-ifneq (,$(filter $(DEB_HOST_ARCH), armel))
+ifeq (,$(filter $(DEB_HOST_ARCH), $(hotspot_archs)))
   with_check = disabled running check on $(DEB_HOST_ARCH)
 endif
 ifneq (,$(filter $(distrel),precise))

Back to linux.debian.maint.java | Previous | NextNext in thread | Find similar


Thread

Bug#1040181: openjdk-8: Please disable tests on zero architectures Adrian Bunk <bunk@debian.org> - 2023-07-03 00:00 +0200
  Bug#1040181: marked as done (openjdk-8: Please disable tests on  zero architectures) "Debian Bug Tracking System" <owner@bugs.debian.org> - 2023-07-03 00:50 +0200

csiph-web