From 71499c73d3dc743dd252cf531a0a8d1682401833b750d6daf212c3bd2f854515 Mon Sep 17 00:00:00 2001 From: Jonathan Brielmaier Date: Mon, 24 Aug 2020 13:57:43 +0000 Subject: [PATCH] Accepting request 826309 from home:bmwiedemann:branches:devel:languages:misc Do not build in parallel for reproducible build results (boo#1170378) build time is still around 800-1100 seconds OBS-URL: https://build.opensuse.org/request/show/826309 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guix?expand=0&rev=38 --- guix.changes | 5 +++++ guix.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/guix.changes b/guix.changes index 2cbe352..2020929 100644 --- a/guix.changes +++ b/guix.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 13 15:10:34 UTC 2020 - Bernhard Wiedemann + +- Do not build in parallel for reproducible results (boo#1170378) + ------------------------------------------------------------------- Sun Aug 9 09:11:40 UTC 2020 - Tomas Cech diff --git a/guix.spec b/guix.spec index 72985b0..6b4050b 100644 --- a/guix.spec +++ b/guix.spec @@ -99,7 +99,8 @@ export GUILE_WARN_DEPRECATED --disable-silent-rules \ --with-bash-completion-dir=%{_datadir}/bash-completion/completions # guile 2.2.6 core dumps while build guix with more then 3 threads. See https://issues.guix.gnu.org/issue/36811 -make -j3 +# building in parallel makes build results nondeterministic (boo#1170378) +make %install %make_install