-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
linux: remove swiftImageInspectionShared #14877
Conversation
CC: @spevans @bob-wilson @jrose-apple @jckarter What could go wrong? |
@swift-ci please test Linux platform |
I think I have a better solution. At least I understand better what happened to cause this. Let me create a PR.... |
See #14880 |
(I'm not opposed to removing the library if that's the right thing to do, but I'd much prefer a more minimal solution for Swift 4.1.) |
@swift-ci please test macOS platform |
Build failed |
Build failed |
@swift-ci please test macOS platform |
@bob-wilson sure thing |
@bob-wilson okay with me rebasing/merging this? |
Now that we've sorted out SR-7038, I have no objections from a process perspective. On the technical front, I am confused. When we tried to stop linking that library, things broke, right? What is different now? |
The change is merging the provider into the runtime itself. So when the runtime is linked, the dependency is satisfied. |
OK, I guess that should be fine then. Someone else who understands this better should review it. |
@compnerd Could you rebase this so we can get it merged? |
7feea22
to
f65d7f4
Compare
@swift-ci please test |
Build failed |
Merge this into the runtime as expected rather than having a separate component.
f65d7f4
to
fdf1c35
Compare
@swift-ci please test |
Build failed |
Build failed |
@swift-ci please clean test |
Build failed |
@swift-ci please test macOS platform |
Cool! |
The reason for have The version in |
I think that it makes sense to remove |
Great, I'll close this off then. |
Merge this into the runtime as expected rather than having a separate
component.
Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.
Resolves SR-NNNN.