-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Remove build-script-impl target calculation #26495
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
Remove build-script-impl target calculation #26495
Conversation
It's duplicated between the build-script and the -impl, removing code from build-script-impl is good.
Assuming this passes testing I'm all for getting rid of this cruft. |
@swift-ci please test |
Build failed |
@swift-ci please test Linux |
Build failed |
@swift-ci please test Linux platform |
Build failed |
Seems that IndexStoreDB is unhappy:
|
@swift-ci please test Linux platform |
Build failed |
@swift-ci please test Linux platform |
This removes some code that was duplicated between
build-script
andbuild-script-impl
. It was duplicated between these for migration purposes, but isn't needed for that purpose anymore.