Skip to content

[CMake] Unbreak unified builds #15318

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

Conversation

davezarzycki
Copy link
Contributor

Tests are starting to fail if SWIFT_STDLIB_ENABLE_RESILIENCE does not default to true (the build-script sets this to true by default). For example, see the discussion in #15248.

Tests are starting to fail if SWIFT_STDLIB_ENABLE_RESILIENCE does not
default to true (the build-script sets this to true by default).
@davezarzycki
Copy link
Contributor Author

@swift-ci please smoke test and merge

@slavapestov
Copy link
Contributor

You might be the only one who uses unified builds -- why don't you use build-script?

@slavapestov
Copy link
Contributor

Also I'm removing this flag in #15319

@davezarzycki
Copy link
Contributor Author

For various reasons, I've never liked the build-script and it seems like a shame that the out-of-the-box CMake files work 99.9% of the time. The build-script is slow and a needless over-abstraction that also imposes a workflow / filesystem layout that isn't for everyone.

@slavapestov
Copy link
Contributor

In any case this is no longer needed once my other change goes in because SWIFT_STDLIB_ENABLE_RESILIENCE is not used anymore.

@davezarzycki davezarzycki deleted the cmake_unbreak_unified_builds branch March 17, 2018 03:04
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