Merge branch 'firefox-cores' into 'master'

nongnu: firefox: Honor --cores build argument.

See merge request nonguix/nonguix!620
This commit is contained in:
Nicolas Graves 2025-02-15 23:31:45 +00:00
commit f0a8628b12

View File

@ -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