Commit 7845516
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 + ff51584): pin via the workflow's RUSTUP_TOOLCHAIN
env var so rust-toolchain.toml stays as floating "nightly" for local
developers, and switch the dtolnay action to @master with a toolchain
input (the action no longer accepts @nightly-<date> refs).1 parent 8d0002a commit 7845516
1 file changed
Lines changed: 10 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 | + | |
52 | 60 | | |
53 | 61 | | |
54 | 62 | | |
| |||
0 commit comments