-
Notifications
You must be signed in to change notification settings - Fork 54
Bazel updates #744
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
Bazel updates #744
Conversation
Signed-off-by: Shameek Ganguly <[email protected]>
Signed-off-by: Shameek Ganguly <[email protected]>
|
two different |
Signed-off-by: Shameek Ganguly <[email protected]>
Yeah, 4 of the integration tests seem to be flaky in bazel strangely. Omitted them for now. efd6306 |
|
The homebrew build failures look unrelated and seem to be existing failures. |
|
@Mergifyio backport gz-transport14 main |
✅ Backports have been created
|
* Bazel updates Signed-off-by: Shameek Ganguly <[email protected]> (cherry picked from commit fe5dfb7) # Conflicts: # BUILD.bazel
* Bazel updates Signed-off-by: Shameek Ganguly <[email protected]> (cherry picked from commit fe5dfb7) # Conflicts: # BUILD.bazel
* Bazel updates Signed-off-by: Shameek Ganguly <[email protected]> (cherry picked from commit fe5dfb7) Signed-off-by: Ian Chen <[email protected]> # Conflicts: # BUILD.bazel
* Bazel updates Signed-off-by: Shameek Ganguly <[email protected]> (cherry picked from commit fe5dfb7) Signed-off-by: Ian Chen <[email protected]> # Conflicts: # BUILD.bazel
* Bazel updates Signed-off-by: Shameek Ganguly <[email protected]>
* Bazel updates Signed-off-by: Shameek Ganguly <[email protected]>
* Bazel updates Signed-off-by: Shameek Ganguly <[email protected]> Signed-off-by: Ian Chen <[email protected]>
Small bugfix in bazel build: - Add HAVE_IFADDRS=1 define to suppress warnings Other bazel maintenance updates: - Bump minor/patch/bcr versions for googletest and protobuf. - Add buildifier linting to BUILD.bazel (covers all BUILD.bazel files) - Drop repo name from MODULE.bazel - Add rules_cc dep and replace native cc_* rules with those from rules_cc in all BUILD.bazel files (required by buildifier). - Enable unit tests in log/BUILD.bazel - Add targets for integration tests in test/BUILD.bazel Signed-off-by: Shameek Ganguly <[email protected]> Signed-off-by: Ian Chen <[email protected]> Co-authored-by: Shameek Ganguly <[email protected]>
🦟 Bug fix
Summary
Small bugfix in bazel build:
HAVE_IFADDRS=1define to suppress warningsOther bazel maintenance updates:
rules_ccdep and replace nativecc_*rules with those from rules_cc in all BUILD.bazel files (required by buildifier).log/BUILD.bazeltest/BUILD.bazelChecklist
codecheckpassed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-byandGenerated-bymessages.