-
Notifications
You must be signed in to change notification settings - Fork 10.5k
build: use the exported config for libdispatch #19834
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
Pass along the configuration through the exported target for the standard library. Still pass the compiler by hand to allow building libdispatch against just a build of the standard library.
Please test with the following PRs: @swift-ci please test |
Build failed |
Build failed |
Please test with the following PRs: @swift-ci please test |
Build failed |
Build failed |
Please test with the following PRs: @swift-ci please test |
Build failed |
Please test with the following PRs: @swift-ci please test |
Build failed |
Please test with the following PRs: @swift-ci please test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
I think we need to cherry-pick this to the 5.0 branch. The Linux bots are broken because libdispatch is trying to run |
[Build System: build-script-impl] Cherry-pick #19834 to the 5.0 branch
Pass along the configuration through the exported target for the standard
library. Still pass the compiler by hand to allow building libdispatch against
just a build of the standard library.
Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.
Resolves SR-NNNN.