Merge pull request #32386 from pbogdan/mono-parallel-build

mono: re-enable parallel building

authored by Austin Seipp and committed by GitHub c2a4baf9 08f75f58

+2 -4
+1 -2
pkgs/development/compilers/mono/generic-cmake.nix
··· 45 45 # The file /nix/store/xxx-mono-2.4.2.1/lib/mscorlib.dll is an invalid CIL image 46 46 dontStrip = true; 47 47 48 - # Parallel building doesn't work, as shows http://hydra.nixos.org/build/2983601 49 - enableParallelBuilding = false; 48 + enableParallelBuilding = true; 50 49 51 50 # We want pkg-config to take priority over the dlls in the Mono framework and the GAC 52 51 # because we control pkg-config
+1 -2
pkgs/development/compilers/mono/generic.nix
··· 40 40 # The file /nix/store/xxx-mono-2.4.2.1/lib/mscorlib.dll is an invalid CIL image 41 41 dontStrip = true; 42 42 43 - # Parallel building doesn't work, as shows http://hydra.nixos.org/build/2983601 44 - enableParallelBuilding = false; 43 + enableParallelBuilding = true; 45 44 46 45 # We want pkg-config to take priority over the dlls in the Mono framework and the GAC 47 46 # because we control pkg-config