-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add asmjs/wasm32 to CI #742
Conversation
… definitions for emscripten
This was changed when emscripten test support was added
…ipten Conflicts: Cargo.lock src/unix/notbsd/linux/mips/mod.rs
@alexcrichton: no appropriate reviewer found, use r? to override |
@bors: r+ |
📌 Commit 70e4784 has been approved by |
Add asmjs/wasm32 to CI Rebase of #610 and also move emscripten up much higher in the hierarchy to ensure that it doesn't have too much of a ripple effect on other platforms. This involved moving down a good number of definitions, but hopefully was done with care to not break anything!
Rebase of rust-lang#610 and also move emscripten up much higher in the hierarchy to ensure that it doesn't have too much of a ripple effect on other platforms. This involved moving down a good number of definitions, but hopefully was done with care to not break anything!
Due to the way CI works we shouldn't need to worry about any of these, as CI would fail if any definition were inocorrect. |
@bors: r+ |
📌 Commit 5822645 has been approved by |
Add asmjs/wasm32 to CI Rebase of #610 and also move emscripten up much higher in the hierarchy to ensure that it doesn't have too much of a ripple effect on other platforms. This involved moving down a good number of definitions, but hopefully was done with care to not break anything!
@bors: r+ |
📌 Commit f2ebd04 has been approved by |
Add asmjs/wasm32 to CI Rebase of #610 and also move emscripten up much higher in the hierarchy to ensure that it doesn't have too much of a ripple effect on other platforms. This involved moving down a good number of definitions, but hopefully was done with care to not break anything!
@bors: r+ |
📌 Commit 305cec3 has been approved by |
Add asmjs/wasm32 to CI Rebase of #610 and also move emscripten up much higher in the hierarchy to ensure that it doesn't have too much of a ripple effect on other platforms. This involved moving down a good number of definitions, but hopefully was done with care to not break anything!
@alexcrichton You repeated the merge/rebase? That must of been painful :) |
☀️ Test successful - status-appveyor, status-travis |
@alexcrichton Big thanks for finishing this up! |
Linux/Android: re-add initgroups This was removed in #742
Rebase of #610 and also move emscripten up much higher in the hierarchy to
ensure that it doesn't have too much of a ripple effect on other platforms.
This involved moving down a good number of definitions, but hopefully was done
with care to not break anything!