krill: disable failing tests on darwin
This commit is contained in:
parent
cc555148a1
commit
11b999c9a0
@ -26,6 +26,9 @@ rustPlatform.buildRustPackage rec {
|
||||
# Needed to get openssl-sys to use pkgconfig.
|
||||
OPENSSL_NO_VENDOR = 1;
|
||||
|
||||
# disable failing tests on darwin
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
meta = with lib; {
|
||||
description = "RPKI Certificate Authority and Publication Server written in Rust";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user