Skip to content

[embedded] Build the macOS Embedded Stdlib with a recent deployment target #72716

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

Merged
merged 3 commits into from
Apr 10, 2024

Conversation

kubamracek
Copy link
Contributor

The macOS embedded stdlib, which is mostly used for testing (we run CI against it in ci.swift.org) and for experimentation/prototyping, is currently building with deployment target of macOS 10.13 (same as the regular stdlib). Given that the embedded stdlib is not meant for back-deploying to older OS's, let's bump it to 14 to simplify our testing story and allow embedded tests to take advantage of OS version gated features (this will enable us to test more Swift Concurrency).

@kubamracek kubamracek added the embedded Embedded Swift label Mar 29, 2024
@kubamracek kubamracek requested a review from a team as a code owner March 29, 2024 23:12
@kubamracek
Copy link
Contributor Author

@swift-ci please test

@kubamracek
Copy link
Contributor Author

@swift-ci please test

@kubamracek
Copy link
Contributor Author

@swift-ci please test

@kubamracek
Copy link
Contributor Author

@swift-ci please test with swiftlang/llvm-project#8554

@kubamracek
Copy link
Contributor Author

Please test with following pull request:
swiftlang/llvm-project#8554

@swift-ci please test

@kubamracek
Copy link
Contributor Author

@swift-ci please test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
embedded Embedded Swift
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants