souffle: Disable parallel building
https://hydra.nixos.org/build/62750790
This commit is contained in:
parent
e9aa686d3b
commit
917bd0bfbc
@ -29,7 +29,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
preConfigure = "./bootstrap";
|
preConfigure = "./bootstrap";
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
# in 1.0.0: parser.hh:40:0: error: unterminated #ifndef
|
||||||
|
enableParallelBuilding = false;
|
||||||
|
|
||||||
# See https://github.com/souffle-lang/souffle/issues/176
|
# See https://github.com/souffle-lang/souffle/issues/176
|
||||||
hardeningDisable = [ "fortify" ];
|
hardeningDisable = [ "fortify" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user