Skip to content

Commit

Permalink
Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkov
Browse files Browse the repository at this point in the history
Raise minimum supported Apple OS versions

This implements the proposal to raise the minimum supported Apple OS versions as laid out in the now-completed MCP (rust-lang/compiler-team#556).

As of this PR, rustc and the stdlib now support these versions as the baseline:
- macOS: 10.12 Sierra
- iOS: 10
- tvOS: 10
- watchOS: 5 (Unchanged)

In addition to everything this breaks indirectly, these changes also erase the `armv7-apple-ios` target (currently tier 3) because the oldest supported iOS device now uses ARMv7s. Not sure what the policy around tier3 target removal is but shimming it is not an option due to the linker refusing.

[Per comment](rust-lang/compiler-team#556 (comment)), this requires a FCP to merge. cc `@wesleywiser.`
  • Loading branch information
bors committed Sep 24, 2023
2 parents 99dcddf + 0d7645c commit 9719a73
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 9719a73

Please sign in to comment.