mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
build/meson: Enable parallel tests by default.
* guix/build-system/meson.scm (meson-build) <#:parallel-tests?>: Set default value of argument to #t. Fixes: https://issues.guix.gnu.org/73135 Change-Id: I0d2c00c610778534a4558c446bf71955581697a1
This commit is contained in:
parent
cd26d76fed
commit
1880e94321
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ TRIPLET."
|
|||
(test-options ''())
|
||||
(glib-or-gtk? #f)
|
||||
(parallel-build? #t)
|
||||
(parallel-tests? #f)
|
||||
(parallel-tests? #t)
|
||||
(validate-runpath? #t)
|
||||
(patch-shebangs? #t)
|
||||
(strip-binaries? #t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue