Skip to content

Commit

Permalink
orc: doCheck broken on i686 on Hydra, again
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Dec 1, 2017
1 parent 64f945e commit b4ec153
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/compilers/orc/default.nix
Expand Up @@ -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";
Expand Down

0 comments on commit b4ec153

Please sign in to comment.