Merge pull request #185277 from LeSuisse/wasmtime-0.39.1

This commit is contained in:
Martin Weinelt 2022-08-05 21:49:37 +02:00 committed by GitHub
commit 8052f13377
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,21 +2,22 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "wasmtime"; pname = "wasmtime";
version = "0.38.0"; version = "0.39.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bytecodealliance"; owner = "bytecodealliance";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-q+6w22MbI3HRpmkybZXXWbkK7jbd6lyxodC3EpSovRI="; sha256 = "sha256-cU03wm1+V++mV7j7VyMtjAYrPldzTysNzpJ8m0q4Rx8=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
cargoSha256 = "sha256-uuhGb0/RDz1/3O8WYiyGIUQFh0WZWJgujqtvH+hgbdA="; cargoSha256 = "sha256-DnThste0SbBdpGAUYhmwbdQFNEB3LozyDf0X8r2A90Q=";
doCheck = true; doCheck = true;
checkFlags = [ checkFlags = [
"--skip=cli_tests::run_cwasm" "--skip=cli_tests::run_cwasm"
"--skip=commands::compile::test::test_unsupported_flags_compile"
"--skip=commands::compile::test::test_aarch64_flags_compile" "--skip=commands::compile::test::test_aarch64_flags_compile"
"--skip=commands::compile::test::test_successful_compile" "--skip=commands::compile::test::test_successful_compile"
"--skip=commands::compile::test::test_x64_flags_compile" "--skip=commands::compile::test::test_x64_flags_compile"