gnu: cdrtools: Disable build parallelism.

* gnu/packages/cdrom.scm (cdrtools)[arguments]: Add '#:parallel-build? #f'.
master
Eric Bavier 2019-02-21 22:17:05 -06:00
parent 9ff0408413
commit e0611e9a84
No known key found for this signature in database
GPG Key ID: FD73CAC719D32566
1 changed files with 3 additions and 0 deletions

View File

@ -251,6 +251,9 @@ reconstruction capability.")
"CONFIG_SHELL=sh" "CCOM=gcc"
(string-append "INS_BASE=" (assoc-ref %outputs "out"))
(string-append "INS_RBASE=" (assoc-ref %outputs "out")))
;; Parallel builds appear to be unsafe, see
;; https://hydra.gnu.org/build/3346840/log/raw
#:parallel-build? #f
#:phases
(modify-phases %standard-phases
(delete 'configure)