unicon-lang: disable parallel building
This commit is contained in:
parent
bdaec37653
commit
97cdbe8332
@ -45,7 +45,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
|
|
||||||
hardeningDisable = [ "fortify" ];
|
hardeningDisable = [ "fortify" ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
# Issues when building plugins and running tests on aarch
|
||||||
|
enableParallelBuilding = false;
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
checkTarget = "Test";
|
checkTarget = "Test";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user