Skip to content
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

Merged
merged 4 commits into from
Mar 17, 2020
Merged

Bump stable version to 0.43.1 #8004

merged 4 commits into from
Mar 17, 2020

Commits on Mar 16, 2020

  1. Auto merge of rust-lang#7955 - ehuss:fix-plugin-syntax-rename, r=alex…

    …crichton
    
    Fix plugin tests for latest nightly.
    
    Crate was renamed in rust-lang/rust#69592.
    bors authored and ehuss committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    0a77863 View commit details
    Browse the repository at this point in the history
  2. Auto merge of rust-lang#7883 - estebank:change-test, r=ehuss

    Modify test to make `rustc` PR mergeable
    
    Modify a test to be less succeptible to failure for wording changes.
    bors authored and ehuss committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    03ddce3 View commit details
    Browse the repository at this point in the history
  3. Auto merge of rust-lang#7906 - ehuss:macos-10.15, r=alexcrichton

    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
    bors authored and ehuss committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    aa88f44 View commit details
    Browse the repository at this point in the history
  4. Bump stable version to 0.43.1

    ehuss committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    9bf03ad View commit details
    Browse the repository at this point in the history