mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-29 21:41:15 +02:00
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:
@@ -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 New Issue
Block a user