-
Notifications
You must be signed in to change notification settings - Fork 417
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
[CI] Enable bzlmod #2995
[CI] Enable bzlmod #2995
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2995 +/- ##
==========================================
+ Coverage 87.12% 87.67% +0.55%
==========================================
Files 200 190 -10
Lines 6109 5853 -256
==========================================
- Hits 5322 5131 -191
+ Misses 787 722 -65 |
18cc5fb
to
9f3b932
Compare
@@ -11,8 +11,8 @@ $nproc = (Get-ComputerInfo).CsNumberOfLogicalProcessors | |||
$SRC_DIR = (Get-Item -Path ".\").FullName | |||
|
|||
# Workaround https://github.com/bazelbuild/bazel/issues/18683 | |||
$BAZEL_STARTUP_OPTIONS = "--output_base=C:\Out" | |||
$BAZEL_OPTIONS = "--copt=-DENABLE_ASYNC_EXPORT" |
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.
this continues to be a wild hack. I linked the new path issue in the upstream issue, it should be improved once grpc moves its deps into bzlmod, but right now the paths are artificially longer. absolutely wild stuff.
Also, "This branch is out-of-date with the base branch", please merge recent changes from main. |
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.
Not a bazel expert, but looks ok to me.
Thanks for the work on bazel, with supporting PRs in BCR.
Somehow I missed this in my PR adding support for bzlmod
1a0153b
to
d467164
Compare
green after rebase! 🎉 |
Somehow I missed this in my PR adding support for bzlmod