orc: doCheck broken on i686 on Hydra, again

This commit is contained in:
Vladimír Čunát 2017-12-01 07:49:25 +01:00
parent 64f945efd2
commit b4ec153040
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -15,7 +15,8 @@ stdenv.mkDerivation rec {
sed "/^toolsdir=/ctoolsdir=$dev/bin" -i "$dev"/lib/pkgconfig/orc*.pc
'';
doCheck = true;
# https://bugzilla.gnome.org/show_bug.cgi?id=728129#c15
doCheck = stdenv.system != "i686-linux"; # not sure about cross-compiling
meta = with stdenv.lib; {
description = "The Oil Runtime Compiler";