Stream: git-wasmtime

Topic: wasmtime / Issue #2199 Upgrade to target-lexicon 0.11


view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2020 at 16:38):

jyn514 commented on Issue #2199:

Run cargo check --manifest-path crates/wasmtime/Cargo.toml --no-default-features
    Updating crates.io index
error: failed to select a version for the requirement `witx = "^0.8.7"`
candidate versions found which didn't match: 0.8.5
location searched: /home/runner/work/wasmtime/wasmtime/crates/wasi-common/WASI/tools/witx
required by package `wig v0.19.0 (/home/runner/work/wasmtime/wasmtime/crates/wasi-common/wig)`
##[error]Process completed with exit code 101.

I ran into the same error, it was fixed by updating submodules: git submodule update --init --recursive --remote. Not sure how to fix it on CI.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2020 at 16:51):

github-actions[bot] commented on Issue #2199:

Subscribe to Label Action

cc @bnjbvr, @kubkon

<details>
This issue or pull request has been labeled: "cranelift", "cranelift:module", "cranelift:wasm", "wasi"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2020 at 17:31):

jyn514 edited a comment on Issue #2199:

Run cargo check --manifest-path crates/wasmtime/Cargo.toml --no-default-features
    Updating crates.io index
error: failed to select a version for the requirement `witx = "^0.8.7"`
candidate versions found which didn't match: 0.8.5
location searched: /home/runner/work/wasmtime/wasmtime/crates/wasi-common/WASI/tools/witx
required by package `wig v0.19.0 (/home/runner/work/wasmtime/wasmtime/crates/wasi-common/wig)`
##[error]Process completed with exit code 101.

I ran into the same error, it was fixed by updating submodules: git submodule update --init --recursive --remote. Not sure how to fix it on CI.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 15 2020 at 17:13):

sunfishcode commented on Issue #2199:

The code changes here look good. The PR currently includes updates to the WASI and spec_testsuite submodules; it'd be good to revert those as they aren't related to the main change here.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 15 2020 at 17:52):

jyn514 commented on Issue #2199:

Had some trouble with submodules, but should be fixed now :)

view this post on Zulip Wasmtime GitHub notifications bot (Sep 15 2020 at 18:28):

github-actions[bot] commented on Issue #2199:

Subscribe to Label Action

cc @fitzgen, @peterhuene

<details>
This issue or pull request has been labeled: "fuzzing", "wasmtime:api"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Sep 15 2020 at 18:40):

sunfishcode commented on Issue #2199:

Looks good!


Last updated: Oct 23 2024 at 20:03 UTC