Skip to content

[Caching] Improve cached interface build dependency handling #71682

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

Closed

Conversation

cachemeifyoucan
Copy link
Contributor

For cached swiftinterface build, it is always building from interface file and never use candidate module. Remove the candidate module from input arguments and there is also no need to serialized dependencies in a cached interface build because there is no need for validation.

rdar://122914546

For cached swiftinterface build, it is always building from interface
file and never use candidate module. Remove the candidate module from
input arguments and there is also no need to serialized dependencies in
a cached interface build because there is no need for validation.

rdar://122914546
@cachemeifyoucan
Copy link
Contributor Author

Note to myself. The test will fail on aarch64 linux unless #71118 is merged.

@cachemeifyoucan
Copy link
Contributor Author

@swift-ci please smoke test

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.

1 participant