This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Stop running backdeployment CI on macOS 10.9
ClosedPublic

Authored by ldionne on Jul 12 2023, 7:27 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG4766b963998b: [libc++] Stop running backdeployment CI on macOS 10.9
Summary

The oldest deployment target supported by Xcode 14 is macOS 10.13.
Trying to back-deploy to older targets runs into other issues in Clang,
so stop testing libc++ against unsupported deployment targets.

This patch doesn't attempt to clean up support for older deployment
targets from the code base -- this will be done in a follow-up patch.

Diff Detail

Event Timeline

ldionne created this revision.Jul 12 2023, 7:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2023, 7:27 AM
Herald added a subscriber: arichardson. · View Herald Transcript
ldionne requested review of this revision.Jul 12 2023, 7:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2023, 7:27 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Jul 12 2023, 11:03 AM

Back-deployment CI is green, so shipping.

This revision is now accepted and ready to land.Jul 12 2023, 11:03 AM
This revision was landed with ongoing or failed builds.Jul 12 2023, 11:04 AM
This revision was automatically updated to reflect the committed changes.

Nice to see we can drop support for older versions!