orc: disable tests on i686

The failing test doesn't even work in the commit that introduced it.
This commit is contained in:
Vladimír Čunát 2014-08-23 11:41:41 +02:00
parent 084626deec
commit 0df6ccb4b6

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "187wrnq0ficwjj4y3yqci5fxcdkiazfs6k5js26k5b26hipzmham";
};
doCheck = true;
doCheck = stdenv.is64bit; # see https://bugzilla.gnome.org/show_bug.cgi?id=728129#c7
meta = {
description = "The Oil Runtime Compiler";