-
Notifications
You must be signed in to change notification settings - Fork 1.4k
build: repair build after apple/swift-tools-support-core#117 #2885
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 test |
|
@swift-ci please smoke test |
f4d54c3 to
2077fc2
Compare
|
@swift-ci please smoke test |
2077fc2 to
6a30246
Compare
|
@swift-ci please smoke 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.
Thanks! Looks good to me, but @neonichu might be in a better position to review.
6a30246 to
69dcb95
Compare
|
@swift-ci please smoke test |
69dcb95 to
577cf04
Compare
|
@swift-ci please smoke test |
577cf04 to
0a59454
Compare
|
@swift-ci please smoke test |
1 similar comment
|
@swift-ci please smoke test |
|
@swift-ci please test |
|
I was planning to fix this in #2883, but ran out of time yesterday. |
Remove Triple.swift as tools-support-core now has this defined.
```
/Users/buildnode/jenkins/workspace/swift-package-manager-with-xcode-self-hosted-PR-osx/branch-master/swiftpm/Sources/Build/BuildPlan.swift:1896:23: error: 'Triple' is ambiguous for type lookup in this context
fileprivate extension Triple.OS {
^~~~~~
/Users/buildnode/jenkins/workspace/swift-package-manager-with-xcode-self-hosted-PR-osx/branch-master/swiftpm/.build/checkouts/swift-tools-support-core/Sources/TSCUtility/Triple.swift:21:15: note: found this candidate
public struct Triple: Encodable, Equatable {
^
/Users/buildnode/jenkins/workspace/swift-package-manager-with-xcode-self-hosted-PR-osx/branch-master/swiftpm/Sources/SPMBuildCore/Triple.swift:21:15: note: found this candidate
public struct Triple: Encodable, Equatable {
^
```
0a59454 to
03feba7
Compare
|
@swift-ci please smoke test |
|
I think this is superseded by #2883 now. |
Remove
Triple.swiftas tools-support-core now has this defined. This repairs the CMake based build.