-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Re-enable wasm32 tests in CI #75380
Re-enable wasm32 tests in CI #75380
Conversation
These were previously disabled but the relevant fix in Cargo has long since landed.
@bors: r+ |
📌 Commit 2c0e1be has been approved by |
@bors rollup=iffy Seems not unlikely to fail in some test or another. |
⌛ Testing commit 2c0e1be with merge 6c0bdf5a7b522df238774cd24dbbc1b2d1466edc... |
💔 Test failed - checks-actions |
Hm the undefined symbol appears to be |
Doesn't look like anything I'm familiar with at least, but I'm also more familiar with wasi than emscripten. |
Okay I'm going to give this a close and open up an issue as I don't really know how to make progress in that case (nor do I have the time to debug this right now). |
These were previously disabled but the relevant fix in Cargo has
long since landed. The wasm32 builder is hovering at around 35
minutes right now, so we have capacity to do this.
r? @alexcrichton