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

Stricter bazel builds #789

Merged
merged 2 commits into from
Nov 9, 2024
Merged

Stricter bazel builds #789

merged 2 commits into from
Nov 9, 2024

Conversation

Databean
Copy link
Member

@Databean Databean commented Nov 8, 2024

This avoids cases like #788 fixing #771 by enforcing stricter rules to match the behavior of the internal build system.

https://bazel.build/docs/bazel-and-cpp#toolchain-features

This validates that all exported header files compile in isolation with
a c++ compiler.

Bug: b/377996634
https://bazel.build/docs/bazel-and-cpp#toolchain-features

This avoids cases like
google#788 fixing
google#771 by enforcing
stricter rules to match the behavior of the internal build system.

Bug: b/377996634
@Databean
Copy link
Member Author

Databean commented Nov 9, 2024

Thanks for reviewing!

@Databean Databean merged commit 2be45ad into google:main Nov 9, 2024
6 checks passed
@Databean Databean removed the kokoro:run Run e2e tests. label Nov 9, 2024
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