Accepting request 828959 from devel:languages:misc
OBS-URL: https://build.opensuse.org/request/show/828959 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/guix?expand=0&rev=16
This commit is contained in:
commit
87bc6d9962
@ -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