[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: icedtea-7: Build in parallel using correct number of jobs.
From: |
guix-commits |
Subject: |
04/07: gnu: icedtea-7: Build in parallel using correct number of jobs. |
Date: |
Wed, 4 Nov 2020 05:59:00 -0500 (EST) |
efraim pushed a commit to branch staging
in repository guix.
commit e3b91b799d5ad534d473d836c631accc1f54cb86
Author: Simon South <simon@simonsouth.net>
AuthorDate: Mon Jun 15 11:22:54 2020 -0400
gnu: icedtea-7: Build in parallel using correct number of jobs.
* gnu/packages/java.scm (icedtea-7)[arguments]<#:configure-flags>: Add
"--with-parallel-jobs".
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/java.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 8c1fabb..9e4e358 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1229,6 +1229,8 @@ bootstrapping purposes.")
"--enable-bootstrap"
"--enable-nss"
"--without-rhino"
+ ,(string-append "--with-parallel-jobs="
+ (number->string (parallel-job-count)))
"--disable-downloading"
"--disable-tests" ;they are run in the check phase instead
"--with-openjdk-src-dir=./openjdk.src"
- branch staging updated (353bdae -> 0569a83), guix-commits, 2020/11/04
- 01/07: gnu: icedtea-6: Build in parallel using correct number of jobs., guix-commits, 2020/11/04
- 04/07: gnu: icedtea-7: Build in parallel using correct number of jobs.,
guix-commits <=
- 05/07: gnu: icedtea-7: Fix build on aarch64-linux., guix-commits, 2020/11/04
- 02/07: gnu: icedtea-6: Remove obsolete, architecture-dependent patch., guix-commits, 2020/11/04
- 07/07: gnu: icedtea-8: Fix build on aarch64-linux., guix-commits, 2020/11/04
- 03/07: gnu: icedtea-6: Fix build on aarch64-linux., guix-commits, 2020/11/04
- 06/07: gnu: icedtea-8: Build in parallel using correct number of jobs., guix-commits, 2020/11/04