wasmer: disable tests
This commit is contained in:
parent
344dc92981
commit
a6fe29c2fb
1 changed files with 3 additions and 0 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue