-
Notifications
You must be signed in to change notification settings - Fork 113
Collect additional mixed_language_library output files #3261
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
Collect additional mixed_language_library output files #3261
Conversation
Signed-off-by: Thiago Cruz <thiago@squareup.com>
c56229f to
bf9ecc5
Compare
|
Waiting for updates on the CI issue, should be able to land this Mon! |
Closing/opening the PR triggered the jobs |
|
Taking a look at the failures |
|
The |
Signed-off-by: Thiago Cruz <thiago@squareup.com>
e4732c3 to
b83aaab
Compare
@brentleyjones yeah I TIL-ed about these failures this AM, found issues reported in Bazel for the two failures we're hitting here indeed, thx for flagging! Just pushed a fix for the linter |
Fixes #3258.
In
xcodeproj/internal/files/output_files.bzlusing_collect_output_filesas a reference starts collecting more outputs in_collect_mixed_language_output_filesto address the issue.I'll use #3259 to verify this fix is good (I will either rebase or cherry pick it here)