wasmer: disable tests

This commit is contained in:
Nick Cao 2023-09-18 09:37:55 -04:00
parent 344dc92981
commit a6fe29c2fb
No known key found for this signature in database

View file

@ -54,6 +54,9 @@ rustPlatform.buildRustPackage rec {
env.LLVM_SYS_140_PREFIX = lib.optionalString withLLVM llvmPackages.llvm.dev;
# Tests are failing due to `Cannot allocate memory` and other reasons
doCheck = false;
meta = with lib; {
description = "The Universal WebAssembly Runtime";
longDescription = ''