-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Handle swift-sdk search paths #6608
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
@swift-ci please smoke test |
cc @MaxDesiatov |
@swift-ci please smoke test windows |
@swift-ci please smoke test linux |
@swift-ci please smoke test |
@swift-ci please smoke test windows |
@swift-ci please smoke test |
@swift-ci please smoke test windows |
1 similar comment
@swift-ci please smoke test windows |
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.
Perfect, thanks!
@compnerd it looks like all the windows ci runs are failing with:
Could you take a look? |
@swift-ci please smoke test windows |
1 similar comment
@swift-ci please smoke test windows |
- Fixes a bug where includeSearchPaths and librarySearchPaths defined in a swift-sdk.json file were not properly respected. Updates UserToolchain to support these by adding matching properties and updates SwiftTargetBuildDescription as well as ClangTargetBuildDescription to pass these toolchain search paths to the compilers and linkers as expected.
@swift-ci please smoke test |
@swift-ci please smoke test windows |
@swift-ci please smoke test |
@swift-ci please smoke test windows |
a swift-sdk.json file were not properly respected. Updates
UserToolchain to support these by adding matching properties and
updates SwiftTargetBuildDescription as well as
ClangTargetBuildDescription to pass these toolchain search paths to
the compilers and linkers as expected.