Commit 818dc89
ci(wasm): exclude willow-feedback from wasm32 workspace check
willow-feedback is a native-only worker binary (tokio "full" + reqwest +
mio), like willow-relay/worker/replay/storage/agent which are already
excluded. The WASM Check job builds the workspace minus those for
wasm32; feedback was missing from the exclude list, so CI tried to
compile it for wasm and failed with mio's `sys::*` unresolved imports.
`just check-wasm` uses an explicit include list (no feedback) so it
passed locally — this aligns CI with that.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent e981a48 commit 818dc89
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
0 commit comments