coq-fiat: do not run tests on i686

as they require too much memory
wip/yesman
Vincent Laporte 9 years ago
parent 813f124471
commit 22bc910c1a
  1. 2
      pkgs/development/coq-modules/fiat/default.nix

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ coq ];
enableParallelBuilding = false;
doCheck = true;
doCheck = !stdenv.isi686;
unpackPhase = ''
mkdir fiat

Loading…
Cancel
Save