Merge pull request #255891 from NickCao/wasmer-followup

wasmer: disable tests
This commit is contained in:
Weijia Wang 2023-09-18 23:25:46 +02:00 committed by GitHub
commit 6d13f7d3fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''