Ruby 1.9 parallel build sometimes fails due to races.

This commit is contained in:
Evgeny Egorochkin 2013-06-10 23:34:06 +03:00
parent cf5af0cbd0
commit b93ac14bf6
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
++ (op gdbmSupport gdbm)
++ (op yamlSupport libyaml);
enableParallelBuilding = true;
enableParallelBuilding = false;
configureFlags = ["--enable-shared" "--enable-pthread"];