Skip to content

Enable new stdlib build in macOS smoke tests #78921

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 1 commit into from
Jan 26, 2025

Conversation

etcwilde
Copy link
Member

This patch enables the new runtime build in macOS smoke testing in CI. This is only ensuring that the default configuration builds and does not enable anything fancy at this time.

This was disabled after tests started failing due to a missing swift_Concurrency runtime. This happened because I had uses swift-cmake-options to enable the new build, which overwrites existing build-script settings, like enable-experimental-concurrency=1. I've opted to go with extra-cmake-options, which appends options to all of the builds.

This patch enables the new runtime build in macOS smoke testing in CI.
This is only ensuring that the default configuration builds and does not
enable anything fancy at this time.
@etcwilde
Copy link
Member Author

@swift-ci please smoke test

@etcwilde etcwilde merged commit 2a76cc1 into swiftlang:main Jan 26, 2025
3 checks passed
@etcwilde etcwilde deleted the ewilde/reenable-new-stdlib-build branch January 26, 2025 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants