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

Path csiph.com!fu-berlin.de!bofh.it!news.nic.it!robomod
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 Mon, 03 Jul 2023 00:00:02 +0200
Message-ID <GNdgR-2vYh-1@gated-at.bofh.it> (permalink)
X-Mailbox-Line From debian-bugs-dist-request@lists.debian.org Sun Jul 2 21:57:10 2023
Old-Return-Path <debbugs@buxtehude.debian.org>
X-Spam-Flag NO
X-Spam-Score -4.009
Reply-To Adrian Bunk <bunk@debian.org>, 1040181@bugs.debian.org
Resent-To debian-bugs-dist@lists.debian.org
Resent-Cc tg@mirbsd.de, Java Maintenance <debian-java@lists.debian.org>
X-Debian-Pr-Message report 1040181
X-Debian-Pr-Package src:openjdk-8
X-Debian-Pr-Keywords patch
X-Debian-Pr-Source openjdk-8
Content-Type text/plain; charset="us-ascii"
MIME-Version 1.0
Content-Transfer-Encoding 7bit
X-Mailer reportbug 7.10.3+deb11u1
X-Debian-User bunk
X-Debian-Message from BTS
X-Mailing-List <debian-bugs-dist@lists.debian.org> archive/latest/1778348
List-ID <debian-bugs-dist.lists.debian.org>
List-URL <https://lists.debian.org/debian-bugs-dist/>
Approved robomod@news.nic.it
Lines 23
Organization linux.* mail to news gateway
Sender robomod@news.nic.it
X-Original-Date Mon, 03 Jul 2023 00:52:51 +0300
X-Original-Message-ID <168833477174.31258.18342851063603663589.reportbug@localhost>
Xref csiph.com linux.debian.bugs.dist:1152455 linux.debian.maint.java:12657

Cross-posted to 2 groups.

Show key headers only | 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