mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
coq-fiat: do not run tests on i686
as they require too much memory
This commit is contained in:
parent
813f124471
commit
22bc910c1a
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
propagatedBuildInputs = [ coq ];
|
||||
|
||||
enableParallelBuilding = false;
|
||||
doCheck = true;
|
||||
doCheck = !stdenv.isi686;
|
||||
|
||||
unpackPhase = ''
|
||||
mkdir fiat
|
||||
|
Loading…
Reference in New Issue
Block a user