Merge branch 'firefox-cores' into 'master'
nongnu: firefox: Honor --cores build argument. See merge request nonguix/nonguix!620
This commit is contained in:
commit
f0a8628b12
|
@ -328,7 +328,8 @@
|
||||||
(apply invoke "./mach" "build"
|
(apply invoke "./mach" "build"
|
||||||
;; mach will use parallel build if possible by default
|
;; mach will use parallel build if possible by default
|
||||||
`(,@(if parallel-build?
|
`(,@(if parallel-build?
|
||||||
'()
|
`(,(string-append
|
||||||
|
"-j" (number->string (parallel-job-count))))
|
||||||
'("-j1"))
|
'("-j1"))
|
||||||
,@make-flags))))
|
,@make-flags))))
|
||||||
(add-after 'build 'neutralise-store-references
|
(add-after 'build 'neutralise-store-references
|
||||||
|
|
Loading…
Reference in New Issue
Block a user