mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Disable test suite on darwin
no regression over `master` where the test suite didn’t run at all
This commit is contained in:
parent
566cd87dee
commit
11894914e4
@ -19,7 +19,9 @@ rustPlatform.buildRustPackage rec {
|
||||
lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
|
||||
LIBCLANG_PATH = "${llvmPackages.libclang}/lib";
|
||||
|
||||
doCheck = true;
|
||||
# no test on darwin due to
|
||||
# https://github.com/bytecodealliance/wasmtime/issues/1556
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Standalone JIT-style runtime for WebAssembly, using Cranelift";
|
||||
|
Loading…
Reference in New Issue
Block a user