Merge pull request #120679 from lukegb/big-parallel

treewide: require big-parallel on large, slow builds
This commit is contained in:
Graham Christensen
2021-04-25 21:22:57 -04:00
committed by GitHub
5 changed files with 15 additions and 0 deletions
@@ -297,6 +297,9 @@ stdenv.mkDerivation rec {
qemu-system-i386 = "bin/qemu-system-i386";
};
# Builds in ~3h with 2 cores, and ~20m with a big-parallel builder.
requiredSystemFeatures = [ "big-parallel" ];
meta = with lib; {
homepage = "http://www.qemu.org/";
description = "A generic and open source machine emulator and virtualizer";