-
Notifications
You must be signed in to change notification settings - Fork 1.4k
track SDK dependencies (rdar://115777026) #7172
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 test |
@swift-ci test macos |
@swift-ci test |
@swift-ci test |
@pusukuri would mind resolving conflicts? No need to rebase and force push, merge commits in the PR branch are fine too, as long as you squash and merge in the end. |
@swift-ci test |
1 similar comment
@swift-ci test |
@@ -29,6 +29,9 @@ public struct BuildParameters: Encodable { | |||
/// The path to the data directory. | |||
public var dataPath: AbsolutePath | |||
|
|||
/// The path to the SDKROOT directory. | |||
public var sdkPath: AbsolutePath? |
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.
There's already sdkRootPath
available on the var toolchain: Toolchain
property below. Is this any different from that?
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.
Thank you @MaxDesiatov I addressed your comment.
@swift-ci 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.
A single nit for the comment, otherwise LGTM, thanks!
@swift-ci test |
@swift-ci test windows |
@swift-ci test windows |
@swift-ci test macos |
1 similar comment
@swift-ci test macos |
@swift-ci test windows |
@swift-ci test macos |
1 similar comment
@swift-ci test macos |
@swift-ci test |
@swift-ci test windows |
1 similar comment
@swift-ci test windows |
Windows failures seem unrelated |
@swift-ci test windows |
Thank you @MaxDesiatov |
Compiler commands need to track SDK dependencies to trigger rebuilds when the SDK changes rdar://115777026
Motivation:
track SDK dependencies to avoid triggering rebuilds when the SDK changes rdar://115777026