diff options
| author | Mark H Weaver <mhw@netris.org> | 2019-08-12 00:59:51 -0400 |
|---|---|---|
| committer | Mark H Weaver <mhw@netris.org> | 2019-08-15 14:46:23 -0400 |
| commit | 9e6256ba0f32ab12d61c914a3fed879dac881762 (patch) | |
| tree | e08b15e3a0491d6862ff5f629962d5eab4ffe9ec /gnu | |
| parent | fe507d7a3d83169c77b6f73a66ffa0ce59f1119d (diff) | |
bootstrap: guile-static: Disable parallel build.bootstrap-20190815
* gnu/packages/make-bootstrap.scm (%guile-static)[arguments]:
Override #:parallel-build? to be #f.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/make-bootstrap.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm index 2f0bb30b91b..37bf4e9744b 100644 --- a/gnu/packages/make-bootstrap.scm +++ b/gnu/packages/make-bootstrap.scm | |||
| @@ -753,6 +753,10 @@ for `sh' in $PATH, and without nscd, and with static NSS modules." | |||
| 753 | ((#:tests? _ #f) | 753 | ((#:tests? _ #f) |
| 754 | ;; There are uses of `dynamic-link' in | 754 | ;; There are uses of `dynamic-link' in |
| 755 | ;; {foreign,coverage}.test that don't fly here. | 755 | ;; {foreign,coverage}.test that don't fly here. |
| 756 | #f) | ||
| 757 | ((#:parallel-build? _ #f) | ||
| 758 | ;; Work around the fact that the Guile build system is | ||
| 759 | ;; not deterministic when parallel-build is enabled. | ||
| 756 | #f)))))) | 760 | #f)))))) |
| 757 | (package-with-relocatable-glibc (static-package guile)))) | 761 | (package-with-relocatable-glibc (static-package guile)))) |
| 758 | 762 | ||
