-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Bump stable version to 0.43.1 #8004
Conversation
…crichton Fix plugin tests for latest nightly. Crate was renamed in rust-lang/rust#69592.
Modify test to make `rustc` PR mergeable Modify a test to be less succeptible to failure for wording changes.
Switch azure to macOS 10.15. Switches CI to the macOS 10.15 image. Since 32-bit support is no longer available, this changes how cross-compile testing works. I decided to use `x86_64-apple-ios` as a cross target, since it can easily build/link on macOS. `cargo run` won't work without a simulator, so some of the tests are restructured to check if `cargo run` is allowed. If you do have a simulator, it should Just Work. CI doesn't seem to be configured with a simulator installed, and I didn't bother to look if that would be possible (the simulators tend to be several gigabytes in size). An alternative approach would be to use wasm as a cross target, which is also fairly easy to support. But wasm is a sufficiently different target that it can cause some issues in some tests, and is a bit harder to run as an executable. This also adds some more help text on how to configure cross-compile tests. Rustup is now installed on macOS by default, so no need to install it. Unfortunately self-updates are not allowed, but hopefully that won't be an issue. Closes rust-lang#7821
(rust_highfive has picked a reviewer for you, use r? to override) |
|
Is there a reason CI is configured to only trigger when PRs target the master branch (here)? |
@bors: r+ Nah I think that's a bug in our configuration, we should enhance that to test against all prs to all branches. |
📌 Commit 9bf03ad has been approved by |
☀️ Test successful - checks-azure |
There was a hiccup where 0.43.0 was published to crates.io missing a change (#7848), see #7994 for details. It is not super critical, but in rare cases the bug can cause cargo used as a library to hang. I think bumping the version and re-publishing is relatively low-effort and low-risk.
This also includes backports to appease CI: #7883 #7906 #7955.