wasmtime-0.16.0: re-enable tests on Darwin
The issue https://github.com/bytecodealliance/wasmtime/issues/1556 appears to be fixed.
This commit is contained in:
parent
b39717abff
commit
d89ae377d4
1 changed files with 1 additions and 3 deletions
|
@ -19,9 +19,7 @@ rustPlatform.buildRustPackage rec {
|
|||
lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
|
||||
LIBCLANG_PATH = "${llvmPackages.libclang}/lib";
|
||||
|
||||
# no test on darwin due to
|
||||
# https://github.com/bytecodealliance/wasmtime/issues/1556
|
||||
doCheck = !stdenv.isDarwin;
|
||||
doCheck = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Standalone JIT-style runtime for WebAssembly, using Cranelift";
|
||||
|
|
Loading…
Reference in a new issue