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 ];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
enableParallelBuilding = true;
|
||||
|
||||
patchPhase = ''
|
||||
# Patch the destination directory
|
||||
|
Loading…
Reference in New Issue
Block a user