mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
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
This commit is contained in:
parent
3b37933dd4
commit
ec59bcbf37
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue