parted: enable parallel building and testing

This commit is contained in:
Sergei Trofimovich 2025-02-01 17:02:08 +00:00
parent 926bb4273e
commit fa3cb966a9

View file

@ -56,6 +56,8 @@ stdenv.mkDerivation rec {
++ lib.optional (lvm2 == null) "--disable-device-mapper"
++ lib.optional enableStatic "--enable-static";
enableParallelBuilding = true;
# Tests were previously failing due to Hydra running builds as uid 0.
# That should hopefully be fixed now.
doCheck = !stdenv.hostPlatform.isMusl; # translation test