commit: 2d9bb3878d6e15bd938ee8bd9db4609f308e2e89
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 28 07:35:03 2021 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Thu Oct 28 07:36:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d9bb387
sys-apps/sandbox: drop -j1 test compile workaround
The make fd leakage workaround was added to sandbox directly, so
drop it from newer ebuilds so we can compile tests in parallel.
Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
sys-apps/sandbox/sandbox-2.26.ebuild | 4 +---
sys-apps/sandbox/sandbox-2.27.ebuild | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/sys-apps/sandbox/sandbox-2.26.ebuild
b/sys-apps/sandbox/sandbox-2.26.ebuild
index 5203f1537c2..414c2576026 100644
--- a/sys-apps/sandbox/sandbox-2.26.ebuild
+++ b/sys-apps/sandbox/sandbox-2.26.ebuild
@@ -42,9 +42,7 @@ multilib_src_configure() {
multilib_src_test() {
# Default sandbox build will run with --jobs set to # cpus.
- # -j1 to prevent test faiures caused by file descriptor
- # injection GNU make does.
- emake -j1 check TESTSUITEFLAGS="--jobs=$(makeopts_jobs)"
+ emake check TESTSUITEFLAGS="--jobs=$(makeopts_jobs)"
}
multilib_src_install_all() {
diff --git a/sys-apps/sandbox/sandbox-2.27.ebuild
b/sys-apps/sandbox/sandbox-2.27.ebuild
index ed70783105b..83e90898881 100644
--- a/sys-apps/sandbox/sandbox-2.27.ebuild
+++ b/sys-apps/sandbox/sandbox-2.27.ebuild
@@ -46,9 +46,7 @@ multilib_src_configure() {
multilib_src_test() {
# Default sandbox build will run with --jobs set to # cpus.
- # -j1 to prevent test faiures caused by file descriptor
- # injection GNU make does.
- emake -j1 check TESTSUITEFLAGS="--jobs=$(makeopts_jobs)"
+ emake check TESTSUITEFLAGS="--jobs=$(makeopts_jobs)"
}
multilib_src_install_all() {