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

Bump min Bazel version to 6.3 #2150

Merged
merged 3 commits into from
Sep 4, 2023
Merged

Conversation

scentini
Copy link
Collaborator

@scentini scentini commented Sep 4, 2023

A future Bazel version will contain a breaking API change. #2072 is preparing the rules_rust codebase for it, however it relies on Bazel API changes present in 6.3.0 and not 6.0.0. As per discussion there #2072 (comment), looks like maintainers are fine with bumping the minimum Bazel version to 6.3.0.

Copy link
Collaborator

@illicitonion illicitonion left a comment

Choose a reason for hiding this comment

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

Can you document in the PR description what motivated the change?

.bazelci/presubmit.yml Show resolved Hide resolved
Copy link
Collaborator

@illicitonion illicitonion left a comment

Choose a reason for hiding this comment

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

LGTM, thanks! Is the update because of new coverage stuff? Could you describe / link to the changes we depend on in the PR description?

@scentini
Copy link
Collaborator Author

scentini commented Sep 4, 2023

Unfortunately I think coverage issues are present also in 6.3 and onwards bazelbuild/bazel#19098. I updated the PR description though.

Copy link
Collaborator

@illicitonion illicitonion left a comment

Choose a reason for hiding this comment

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

Thanks!

@scentini scentini enabled auto-merge (squash) September 4, 2023 13:34
@scentini scentini merged commit 719461a into bazelbuild:main Sep 4, 2023
3 checks passed
ttiurani pushed a commit to ttiurani/rules_rust that referenced this pull request Sep 15, 2023
A future Bazel version will contain a breaking API change.
bazelbuild#2072 is preparing the
`rules_rust` codebase for it, however it relies on Bazel API changes
present in `6.3.0` and not `6.0.0`. As per discussion there
bazelbuild#2072 (comment),
looks like maintainers are fine with bumping the minimum Bazel version
to `6.3.0`.
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.

None yet

2 participants