Commit fa3cb966 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

parted: enable parallel building and testing

parent 926bb427
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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