mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
armTrustedFirmware: Disable parallel build
I think https://hydra.nixos.org/build/71541345 is parallel build related.
This commit is contained in:
parent
107eaa8780
commit
bab5a0664c
@ -38,7 +38,8 @@ let
|
||||
hardeningDisable = [ "all" ];
|
||||
dontStrip = true;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
# Fatal error: can't create build/sun50iw1p1/release/bl31/sunxi_clocks.o: No such file or directory
|
||||
enableParallelBuilding = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/ARM-software/arm-trusted-firmware;
|
||||
|
Loading…
Reference in New Issue
Block a user