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
This commit is contained in:
parent
b1f2fe7ccc
commit
71499c73d3
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 13 15:10:34 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
- Do not build in parallel for reproducible results (boo#1170378)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 9 09:11:40 UTC 2020 - Tomas Cech <sleep_walker@opensuse.org>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user