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

[CI] Enable bzlmod #2995

Merged
merged 10 commits into from
Jul 12, 2024
Merged

[CI] Enable bzlmod #2995

merged 10 commits into from
Jul 12, 2024

Conversation

keith
Copy link
Contributor

@keith keith commented Jul 8, 2024

Somehow I missed this in my PR adding support for bzlmod

@keith keith requested a review from a team July 8, 2024 18:55
Copy link

codecov bot commented Jul 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.67%. Comparing base (497eaf4) to head (d467164).
Report is 100 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            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     

see 120 files with indirect coverage changes

examples/http/BUILD Outdated Show resolved Hide resolved
@@ -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"
Copy link
Contributor Author

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.

.bazelrc Show resolved Hide resolved
@marcalff
Copy link
Member

Also, "This branch is out-of-date with the base branch", please merge recent changes from main.

Copy link
Member

@marcalff marcalff left a 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.

.bazelrc Show resolved Hide resolved
@keith
Copy link
Contributor Author

keith commented Jul 12, 2024

green after rebase! 🎉

@marcalff marcalff added the issue:blocking This issue is preventing other fixes label Jul 12, 2024
@marcalff marcalff merged commit 323a279 into open-telemetry:main Jul 12, 2024
51 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue:blocking This issue is preventing other fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants