Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: fix ci error about wasm32-wasip1 #7085

Merged
merged 2 commits into from
Jan 10, 2025

Conversation

Darksonn
Copy link
Contributor

CI is failing:

Run cargo wasi test --test rt_yield --features wasi-rt
error: toolchain 'stable-x86_64-unknown-linux-gnu' does not support target 'wasm32-wasi'; did you mean 'wasm32-wasip1'?
note: you can see a list of supported targets with `rustc --print=target-list`
note: if you are adding support for a new target to rustc itself, see https://rustc-dev-guide.rust-lang.org/building/new-target.html

Stack backtrace:
   0: anyhow::error::<impl core::convert::From<E> for anyhow::Error>::from
   1: rustup::toolchain::distributable::DistributableToolchain::add_component
   2: rustup::cli::rustup_mode::target_add
   3: rustup::cli::rustup_mode::main
   4: rustup_init::main
   5: std::sys_common::backtrace::__rust_begin_short_backtrace
   6: main
   7: <unknown>
   8: __libc_start_main
   9: <unknown>
error: failed to execute "rustup" "target" "add" "wasm[32](https://github.com/tokio-rs/tokio/actions/runs/12696581327/job/35391033832?pr=7081#step:9:33)-wasi"
    status: exit status: 1

@Darksonn Darksonn added A-ci Area: The continuous integration setup T-wasm Topic: Web Assembly labels Jan 10, 2025
@Darksonn Darksonn requested a review from taiki-e January 10, 2025 08:51
@Darksonn Darksonn enabled auto-merge (squash) January 10, 2025 09:30
@Darksonn Darksonn merged commit 6fc1a8c into tokio-rs:master Jan 10, 2025
84 checks passed
@Darksonn Darksonn deleted the alice/fix-wasip1-jan-10 branch January 10, 2025 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ci Area: The continuous integration setup T-wasm Topic: Web Assembly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants