xfstests: Enable parallel build
This commit is contained in:
parent
197bbe0e1b
commit
ba360f90f9
@ -14,6 +14,7 @@ stdenv.mkDerivation {
|
|||||||
buildInputs = [ acl autoreconfHook attr gawk libaio libuuid libxfs openssl perl ];
|
buildInputs = [ acl autoreconfHook attr gawk libaio libuuid libxfs openssl perl ];
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
# Patch the destination directory
|
# Patch the destination directory
|
||||||
|
Loading…
Reference in New Issue
Block a user