public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBI/
Date: Fri, 11 Jan 2019 10:03:17 +0000 (UTC)	[thread overview]
Message-ID: <1547200983.da0ca02d4d009136cf90dacb4c9fa8d07c41df28.kentnl@gentoo> (raw)

commit:     da0ca02d4d009136cf90dacb4c9fa8d07c41df28
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 11 10:00:22 2019 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jan 11 10:03:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da0ca02d

dev-perl/DBI: Workaround test failures with -jx w/ x > 70 bug #675164

Bug: https://bugs.gentoo.org/675164
Package-Manager: Portage-2.3.55, Repoman-2.3.12
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/DBI/DBI-1.637.0.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-perl/DBI/DBI-1.637.0.ebuild b/dev-perl/DBI/DBI-1.637.0.ebuild
index 70e87656bce..1676a747a16 100644
--- a/dev-perl/DBI/DBI-1.637.0.ebuild
+++ b/dev-perl/DBI/DBI-1.637.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,6 +27,10 @@ DEPEND="${RDEPEND}
 	)
 "
 src_test() {
+	if [[ $(makeopts_jobs) -gt 70 ]]; then
+		einfo "Reducing jobs to 70. Bug: https://bugs.gentoo.org/675164"
+		MAKEOPTS="${MAKEOPTS} -j70";
+	fi
 	perl_rm_files t/pod-coverage.t t/pod.t
 	perl-module_src_test
 }


             reply	other threads:[~2019-01-11 10:03 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-11 10:03 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-05-28 20:36 [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBI/ Andreas K. Hüttel
2022-05-28 19:08 Andreas K. Hüttel
2022-05-14  7:04 WANG Xuerui
2020-12-27 14:54 Fabian Groffen
2020-09-07  9:28 Kent Fredric
2020-09-06  7:49 Sergei Trofimovich
2020-08-30 18:32 Sam James
2020-08-29 18:22 Sam James
2020-08-16 14:47 Agostino Sarubbo
2020-08-15  0:20 Sam James
2020-08-14 23:08 Sam James
2020-08-12 11:43 Sam James
2020-08-12 10:01 Sam James
2020-08-12 10:01 Sam James
2020-07-09  4:48 Kent Fredric
2019-05-05 15:50 Mikle Kolyada
2018-07-01 14:01 Mikle Kolyada
2018-01-30  2:18 Kent Fredric
2018-01-08  0:45 Mikle Kolyada
2018-01-07 11:10 Sergei Trofimovich
2018-01-07  0:16 Sergei Trofimovich
2018-01-07  0:09 Sergei Trofimovich
2018-01-04  7:10 Sergei Trofimovich
2017-10-07 19:37 Kent Fredric
2017-02-24  4:16 Mike Frysinger
2017-01-23 18:27 Tobias Klausmann
2017-01-01 12:43 Agostino Sarubbo
2016-12-29  9:54 Michael Palimaka
2016-11-06  9:08 Kent Fredric
2016-01-24 12:11 Andreas Hüttel
2016-01-24  7:39 Jeroen Roovers
2016-01-17 18:57 Mikle Kolyada
2016-01-17 13:44 Mikle Kolyada
2016-01-12 20:17 Markus Meier
2016-01-10 10:34 Agostino Sarubbo
2016-01-06 13:34 Agostino Sarubbo
2016-01-03 14:02 Agostino Sarubbo
2016-01-03 13:57 Andreas Hüttel
2015-09-08 19:43 Andreas Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1547200983.da0ca02d4d009136cf90dacb4c9fa8d07c41df28.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox