lunatic: fix hydra build

This commit is contained in:
figsoda 2022-08-14 12:01:07 +08:00 committed by Rick van Schijndel
parent a8b05f0e61
commit a1e1e5b2a7

View File

@ -17,6 +17,11 @@ rustPlatform.buildRustPackage rec {
buildInputs = lib.optional stdenv.isDarwin Security;
checkFlags = [
# requires simd support which is not always available on hydra
"--skip=state::tests::import_filter_signature_matches"
];
meta = with lib; {
description = "An Erlang inspired runtime for WebAssembly";
homepage = "https://lunatic.solutions";