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

Pin bazel version to version 6 in MacOS #2045

Merged
merged 1 commit into from
Dec 14, 2023
Merged

Pin bazel version to version 6 in MacOS #2045

merged 1 commit into from
Dec 14, 2023

Conversation

hzeller
Copy link
Collaborator

@hzeller hzeller commented Dec 13, 2023

By default, it comes with bazel 7, but that won't work with our version of protobuf.
We can't update protobuf, as that doesn't work with bazel 4, which we currently have as minimum requirement.

@codecov-commenter
Copy link

codecov-commenter commented Dec 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (060bde0) 92.84% compared to head (91b3b8a) 92.84%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2045   +/-   ##
=======================================
  Coverage   92.84%   92.84%           
=======================================
  Files         357      357           
  Lines       26396    26396           
=======================================
  Hits        24507    24507           
  Misses       1889     1889           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

By default, it comes with bazel 7, but that won't work with our
version of protobuf.
We can't update protobuf, as that doesn't work with bazel 4, which
we currently have as minimum requirement.

Disable Kythe Verification as it currently fails with some bazel
version issues.
@hzeller hzeller requested a review from fangism December 13, 2023 17:03
Copy link
Collaborator

@fangism fangism left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When could we bump the minimum Bazel version?

@hzeller
Copy link
Collaborator Author

hzeller commented Dec 14, 2023

End of support for bazel 4 is end of January next year: https://bazel.build/release#support-matrix
So I'd consider switching to bazel 5 minimum version then.

@hzeller hzeller merged commit 0d0696b into chipsalliance:master Dec 14, 2023
29 of 35 checks passed
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