Commit af0eec9
committed
ci: pin nightly to nightly-2026-05-07 for ts-test-suite WASM build
Latest nightly causes rustc to SIGSEGV when compiling tokio for
wasm32-unknown-unknown under -Zbuild-std=std,panic_unwind. PR #171 hits
this in the "Build WASM module" step on both ubuntu-latest and
macos-latest matrix legs of TS Test Suite.
Mirrors the equivalent fix on chore/e2e-ci for hub-client-e2e.yml
(commits d06e120, 245cd25, ff51584):
- Pin via the workflow's RUSTUP_TOOLCHAIN env var so rust-toolchain.toml
stays as floating "nightly" for local developers.
- Switch the dtolnay action to @master with a toolchain input (the
action no longer accepts @nightly-<date> refs).
- Request rust-src and wasm32-unknown-unknown explicitly on the pinned
toolchain. Under floating @nightly rustup auto-installed missing
components against the active toolchain; once pinned they must be
requested for that toolchain or the build:wasm step fails with
"library/Cargo.lock does not exist, unable to build with the
standard library".1 parent 9c092ca commit af0eec9
1 file changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
31 | 37 | | |
32 | 38 | | |
33 | 39 | | |
| |||
48 | 54 | | |
49 | 55 | | |
50 | 56 | | |
51 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
52 | 62 | | |
53 | 63 | | |
54 | 64 | | |
| |||
0 commit comments