From ec59bcbf370c43892f9a9f6e121f35ee1815a118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Mon, 18 Jan 2010 22:47:45 +0000 Subject: [PATCH] Disable PPL tests (although maybe we did not reach a consensus, let's disable it for the possible massive stdenv rebuilds to come) svn path=/nixpkgs/branches/stdenv-updates/; revision=19530 --- pkgs/development/libraries/ppl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/ppl/default.nix b/pkgs/development/libraries/ppl/default.nix index 0d1c920b635d..ed4cc7f24978 100644 --- a/pkgs/development/libraries/ppl/default.nix +++ b/pkgs/development/libraries/ppl/default.nix @@ -15,7 +15,7 @@ let version = "0.10.2"; in # Beware! It took ~6 hours to compile PPL and run its tests on a 1.2 GHz # x86_64 box. Nevertheless, being a dependency of GCC, it probably ought # to be tested. - doCheck = true; + doCheck = false; meta = { description = "PPL: The Parma Polyhedra Library";