Skip to content
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

Disable layering check for Objective-C #781

Merged
merged 1 commit into from
Apr 12, 2022

Conversation

googlewalt
Copy link
Contributor

The Objective-C targets in these packages are currently not layering
check clean. Disabling layering check ensures that they will continue
to build even when we enable layering check for Objective-C within
Google.

We also need to reenable layering_check on proto_library to avoid
internal breakges, due to 1. proto_library still implying cpp for some
code paths, and 2. disabling cpp layering check requires being on an
allowlist.

The Objective-C targets in these packages are currently not layering
check clean.  Disabling layering check ensures that they will continue
to build even when we enable layering check for Objective-C within
Google.

We also need to reenable layering_check on proto_library to avoid
internal breakges, due to 1. proto_library still implying cpp for some
code paths, and 2. disabling cpp layering check requires being on an
allowlist.
@russellhancox russellhancox merged commit 601d726 into google:main Apr 12, 2022
@russellhancox
Copy link
Collaborator

Thanks!

@googlewalt
Copy link
Contributor Author

Thank you!

googlewalt added a commit to googlewalt/santa that referenced this pull request Apr 18, 2022
Simliar to google#781, but somehow I
missed one file.
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.

None yet

2 participants