gnu: spandsp: Disable parallel build.
The build could otherwise fail non-deterministically. Reported-by: Raghav Gururajan <raghavgururajan@disroot.org> * gnu/packages/telephony.scm (spandsp)[arguments]: Set parallel-build? to false.
This commit is contained in:
parent
d24e598a78
commit
e8a1c5af84
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@
|
|||
(outputs '("out" "doc" "static")) ;doc contains HTML documentation
|
||||
(arguments
|
||||
`(#:configure-flags '("--enable-doc=yes" "--enable-tests=yes")
|
||||
#:parallel-build? #f ;non-deterministic build failures may occur otherwise
|
||||
#:parallel-tests? #f ;fails removing the same the files twice otherwise
|
||||
#:phases (modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-configure.ac
|
||||
|
|
Reference in a new issue