zopfli: disable parallel building
It was failing often, e.g.: https://hydra.nixos.org/build/32101335/nixlog/1/raw
This commit is contained in:
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
})
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
enableParallelBuilding = false; # problems, easily reproducible
|
||||
buildFlags = [
|
||||
"zopfli"
|
||||
"libzopfli"
|
||||
|
||||
Reference in New Issue
Block a user