mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
* Disabled make check in DBD::SQLite; see
http://hydra.nixos.org/build/5767/nixlog/3. svn path=/nixpkgs/trunk/; revision=14688
This commit is contained in:
parent
b05625498b
commit
7111a3d79d
@ -16,4 +16,8 @@ buildPerlPackage {
|
|||||||
# Prevent segfaults in case of timeouts.
|
# Prevent segfaults in case of timeouts.
|
||||||
./reset.patch
|
./reset.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Disabled because the tests can randomly fail due to timeouts
|
||||||
|
# (e.g. "database is locked(5) at dbdimp.c line 402 at t/07busy.t").
|
||||||
|
doCheck = false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user