Skip to content

[Incremental] Track and return skipped non-compile job #1853

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

Merged
merged 1 commit into from
Mar 27, 2025

Conversation

cachemeifyoucan
Copy link
Contributor

This fixes a fallout from #1829 that skipped non-compile jobs are not returned from planBuild() during incremental build if there are no compile jobs are being schedule from the first place. This can result into an empty list of job being returned, and swift-build will treat that as an error.

Now the skipped non-compile jobs are properly tracked and returned.

rdar://147874145

This fixes a fallout from swiftlang#1829 that skipped non-compile jobs are not
returned from `planBuild()` during incremental build if there are no
compile jobs are being schedule from the first place. This can result into
an empty list of job being returned, and `swift-build` will treat that
as an error.

Now the skipped non-compile jobs are properly tracked and returned.

rdar://147874145
@cachemeifyoucan
Copy link
Contributor Author

@swift-ci please test

@cachemeifyoucan cachemeifyoucan merged commit 0fdb7ad into swiftlang:main Mar 27, 2025
3 checks passed
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