gengetopt: disable parallelism
Test suite is not thread safe.
This commit is contained in:
parent
3b12b5b822
commit
49a2392306
@ -15,7 +15,8 @@ stdenv.mkDerivation rec {
|
||||
rm tests/test_conf_parser_save.sh
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
# test suite is not thread safe
|
||||
enableParallelBuilding = false;
|
||||
|
||||
nativeBuildInputs = [ texinfo help2man ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user