-
- Downloads
fix canary target to wasm32-wasip1 (#3966)
## Motivation and Context <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here --> `P180666804` ## Description <!--- Describe your changes in detail --> Release [1.84](https://releases.rs/docs/1.84.0/) removed support for the `wasm32-wasi` target: > Support for the target named wasm32-wasi has been removed as the target is now named wasm32-wasip1. This completes the transition plan for this target following the introduction of wasm32-wasip1 in Rust 1.78. Compiler warnings on use of wasm32-wasi introduced in Rust 1.81 are now gone as well as the target is removed. Updates `wasm32-wasi` target to `wasm32-wasip1` which should fix the canary on `stable` (example failed [run](https://github.com/awslabs/aws-sdk-rust/actions/runs/12738274496)). ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
Showing
- aws/rust-runtime/Cargo.lock 76 additions, 65 deletionsaws/rust-runtime/Cargo.lock
- aws/rust-runtime/aws-config/Cargo.lock 35 additions, 35 deletionsaws/rust-runtime/aws-config/Cargo.lock
- aws/sdk/Cargo.lock 193 additions, 183 deletionsaws/sdk/Cargo.lock
- aws/sdk/integration-tests/test.sh 3 additions, 3 deletionsaws/sdk/integration-tests/test.sh
- aws/sdk/integration-tests/webassembly/Cargo.toml 2 additions, 2 deletionsaws/sdk/integration-tests/webassembly/Cargo.toml
- aws/sdk/integration-tests/webassembly/src/lib.rs 1 addition, 1 deletionaws/sdk/integration-tests/webassembly/src/lib.rs
- rust-runtime/Cargo.lock 99 additions, 95 deletionsrust-runtime/Cargo.lock
- tools/ci-build/Dockerfile 5 additions, 3 deletionstools/ci-build/Dockerfile
- tools/ci-cdk/canary-runner/src/build_bundle.rs 3 additions, 1 deletiontools/ci-cdk/canary-runner/src/build_bundle.rs
- tools/ci-scripts/check-aws-config 4 additions, 4 deletionstools/ci-scripts/check-aws-config
- tools/ci-scripts/run-canary 1 addition, 0 deletionstools/ci-scripts/run-canary
Loading
Please register or sign in to comment