thrift: disable parallel building, as it fails on hydra
This commit is contained in:
parent
78118328b5
commit
45371d380c
@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
||||
md5 = "466aca9e43e43df868f4385af50e32f6";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
#enableParallelBuilding = true; problems on hydra
|
||||
|
||||
# Fixes build error: <flex>/lib/libfl.so: undefined reference to `yylex'.
|
||||
# Patch exists in upstream git repo, so it can be removed on the next version
|
||||
|
Loading…
Reference in New Issue
Block a user