Stream: git-wasmtime

Topic: wasmtime / PR #2352 x64 new-backend CI: use `Cargo.lock` ...


view this post on Zulip Wasmtime GitHub notifications bot (Nov 02 2020 at 19:17):

cfallin requested alexcrichton for a review on PR #2352.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 02 2020 at 19:17):

cfallin opened PR #2352 from x64-ci-lock to main:

We do a cargo fetch --locked for most of our CI builds, but
run-experimental-x64-ci.sh was not doing this. As a result, some CI
runs seem to fail depending on which versions of crates they download. A
common failure mode is that two different versions of the syn crate
get into the build somehow, resulting in errors in wiggle/witx.

This change simply adds the --locked flag to the cargo test run for
the new x64 backend.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Nov 02 2020 at 19:43):

bnjbvr submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 02 2020 at 19:59):

cfallin merged PR #2352.


Last updated: Oct 23 2024 at 20:03 UTC