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