mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: glibc: Comment on the parallel build race.
* gnu/packages/base.scm (glibc): Augment comment regarding sequential builds.
This commit is contained in:
parent
15926aec0d
commit
211db2f645
1 changed files with 5 additions and 1 deletions
|
@ -388,7 +388,11 @@ (define-public glibc
|
|||
|
||||
(arguments
|
||||
`(#:out-of-source? #t
|
||||
#:parallel-build? #f ; There's at least one race in the build.
|
||||
|
||||
;; In version 2.21, there a race in the 'elf' directory, see
|
||||
;; <http://lists.gnu.org/archive/html/guix-devel/2015-02/msg00709.html>.
|
||||
#:parallel-build? #f
|
||||
|
||||
#:configure-flags
|
||||
(list "--enable-add-ons"
|
||||
"--sysconfdir=/etc"
|
||||
|
|
Loading…
Reference in a new issue