From d89ae377d4b57415b1b00f2aa8e5a1655a1724b9 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Sat, 16 May 2020 04:56:26 +0200 Subject: wasmtime-0.16.0: re-enable tests on Darwin The issue https://github.com/bytecodealliance/wasmtime/issues/1556 appears to be fixed. --- pkgs/development/interpreters/wasmtime/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/development/interpreters/wasmtime/default.nix b/pkgs/development/interpreters/wasmtime/default.nix index 00b0fc6f9d85..dd6e3eb4a7f4 100644 --- a/pkgs/development/interpreters/wasmtime/default.nix +++ b/pkgs/development/interpreters/wasmtime/default.nix @@ -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"; -- cgit 1.4.1