Accepting request 732638 from home:bmwiedemann:branches:devel:languages:misc

Do sequential build for reproducible .go files (boo#1102408)
Upstream details at https://issues.guix.gnu.org/issue/20272

Build time can worsen 1240 -> 3196 s ; but I also had sequential builds of 1131s

At least results become fully reproducible,
so OBS build-tree-pruning works better.

OBS-URL: https://build.opensuse.org/request/show/732638
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=108
This commit is contained in:
Jonathan Brielmaier 2019-09-23 09:57:37 +00:00 committed by Git OBS Bridge
parent 16e148e8bd
commit 57f74d1067
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 23 09:17:47 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>
- Do sequential build for reproducible .go files (boo#1102408)
-------------------------------------------------------------------
Sat Jul 6 09:33:00 UTC 2019 - Jonathan Brielmaier <jbrielmaier@suse.de>

View File

@ -112,7 +112,8 @@ rm -r prebuilt/32-bit-big-endian
--with-pic \
--with-threads \
--disable-silent-rules
make %{?_smp_mflags}
# do sequential build for reproducible .go files = https://issues.guix.gnu.org/issue/20272 - boo#1102408
make
%check
LD_LIBRARY_PATH="." make %{?_smp_mflags} check