mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
parted: enable parallel building and testing
This commit is contained in:
parent
926bb4273e
commit
fa3cb966a9
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@ stdenv.mkDerivation rec {
|
||||||
++ lib.optional (lvm2 == null) "--disable-device-mapper"
|
++ lib.optional (lvm2 == null) "--disable-device-mapper"
|
||||||
++ lib.optional enableStatic "--enable-static";
|
++ lib.optional enableStatic "--enable-static";
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
# Tests were previously failing due to Hydra running builds as uid 0.
|
# Tests were previously failing due to Hydra running builds as uid 0.
|
||||||
# That should hopefully be fixed now.
|
# That should hopefully be fixed now.
|
||||||
doCheck = !stdenv.hostPlatform.isMusl; # translation test
|
doCheck = !stdenv.hostPlatform.isMusl; # translation test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue