Skip to content

Fix BuildOperationBuildSystemDelegateHandler #3249

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

neonichu
Copy link
Contributor

@neonichu neonichu commented Feb 9, 2021

This got broken in #3209 which was using llbuildSwift unconditionally. This is easy to miss, but in some environments we set SWIFTPM_LLBUILD_FWK and link against a pre-built framework which will only have the module llbuild.

We should improve the testing here and build in both modes to avoid this kind of breakage in the future.

This got broken in swiftlang#3209 which was using `llbuildSwift` unconditionally. This is easy to miss, but in some environments we set `SWIFTPM_LLBUILD_FWK` and link against a pre-built framework which will only have the module `llbuild`.

We should improve the testing here and build in both modes to avoid this kind of breakage in the future.
@neonichu
Copy link
Contributor Author

neonichu commented Feb 9, 2021

@swift-ci please smoke test

Copy link
Contributor

@tomerd tomerd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems reasonable to me

@neonichu neonichu merged commit 7f91029 into swiftlang:main Feb 9, 2021
@neonichu neonichu deleted the fix-BuildOperationBuildSystemDelegateHandler branch February 9, 2021 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants