-
Notifications
You must be signed in to change notification settings - Fork 374
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
chore(deps): update Bazel to v7 #13274
Conversation
1678e88
to
97c282f
Compare
4bcb8c5
to
fd928cc
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13274 +/- ##
==========================================
- Coverage 93.06% 93.05% -0.01%
==========================================
Files 2140 2140
Lines 186610 186610
==========================================
- Hits 173661 173659 -2
- Misses 12949 12951 +2 ☔ View full report in Codecov by Sentry. |
.bazelrc
Outdated
# TODO(#11485) - enable bzlmod once it works | ||
common --noenable_bzlmod | ||
|
||
# TODO(#....) - apparently Bazel on macOS still needs work. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would reframe this to point to any grpc issue about not requiring rules you're not using. AFAIUI your case things are working as expected. Either you register the default toolchain first, you require users to have Xcode, or you remove apple_support, the later seems like the best solution for reducing your maintenance cost assuming grpc allowed you to only include what you need.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
WIP - need to load more deps WIP - update Bazel version Disable bzlmod WIP - only need rules_apple Fix formatting Cache rules_apple Fix 'verify' directories Fix quickstarts Disable bzlmod on quickstarts Use the same TODO for all bzlmod flags WIP - more output on Windows Working on macOS Same edits for all other WORKSPACE files Fix build scripts And reorder stuff Argh, variables, how do they work? WIP - use common args in bazel info Revert quickstart changes Actually print the Bazel info Fix some checkers Fix TODO Keep quickstart build at Bazel 6.4.0 For realsies this time
5ee89c0
to
486d81e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yay! it compiles 🥳
This reverts commit bb6dc52.
This change is