3
0
Fork 0
forked from mirrors/nixpkgs

ocamlPackages.ca-certs: disable test suite expecting nss db

nss-cacert has updated a few certificates, including Google's which
breaks the test suite of ca-certs expecting the old version.
This commit is contained in:
sternenseemann 2022-01-13 17:56:41 +01:00 committed by sterni
parent 306d5d24c1
commit 99050a2c31

View file

@ -18,7 +18,8 @@ buildDunePackage rec {
propagatedBuildInputs = [ bos fpath rresult ptime mirage-crypto x509 astring logs ];
doCheck = true;
# Assumes nss-cacert < 3.74 https://github.com/mirage/ca-certs/issues/21
doCheck = false;
checkInputs = [
cacert # for /etc/ssl/certs/ca-bundle.crt
alcotest