Ruby 1.9 parallel build sometimes fails due to races.
This commit is contained in:
parent
cf5af0cbd0
commit
b93ac14bf6
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||
++ (op gdbmSupport gdbm)
|
||||
++ (op yamlSupport libyaml);
|
||||
|
||||
enableParallelBuilding = true;
|
||||
enableParallelBuilding = false;
|
||||
|
||||
configureFlags = ["--enable-shared" "--enable-pthread"];
|
||||
|
||||
|
|
Loading…
Reference in New Issue