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.
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:
- bnjbvr: cranelift
- kubkon: wasi
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
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.
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.
jyn514 commented on Issue #2199:
Had some trouble with submodules, but should be fixed now :)
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:
- fitzgen: fuzzing
- peterhuene: wasmtime:api
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
sunfishcode commented on Issue #2199:
Looks good!
Last updated: Nov 22 2024 at 17:03 UTC