Skip to content

Commit

Permalink
Auto merge of rust-lang#104650 - BlackHoleFox:stuck-with-xcode-13, r=…
Browse files Browse the repository at this point in the history
…Mark-Simulacrum

Build macOS distribution artifacts with XCode 13

After all of the `rust-lang/rust` Apple runners started using macOS 12, the builds created by CI began to use XCode 14.0.1. Due to this (as far as we can tell), XCode's build tools started to ignore the `MACOSX_DEPLOYMENT_TARGET` being defined by us for the distributed builds that let both `rustc` and `libstd` work on older versions. The current idea is that since XCode 14's macOS SDK doesn't support deployment targets before 10.13, it uses some default of its own. You can see the difference between stable's and the most recent nighty's supported versions [here](rust-lang#104570 (comment)).

I wasn't able to confirm my SDK versioning hypothesis locally since I think there's something jammed with my XCode installation, but hopefully this should still fix it for releases.

Closes rust-lang#104570

r? `@Mark-Simulacrum`
  • Loading branch information
bors committed Nov 25, 2022
2 parents bc94be2 + 77aeac1 commit dab0c4a
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit dab0c4a

Please sign in to comment.