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

Consider RCs equivalent to release for bazel_compatibility #19678

Closed
wants to merge 1 commit into from

Conversation

fmeum
Copy link
Collaborator

@fmeum fmeum commented Sep 29, 2023

We want bazel_compatibiliy = [">=6.4.0"] to match 6.4.0rc1 so that release candidates are indistinguishable from the actual release via Bazel version compatibility requirements. This allows more realistic testing of releases via RCs without having users to rely on hacks such as bazel_compatibility = [">=6.3.9999"].

Along the way change the error message on incompatibility to include the standard module key identifier, which is <root> for the root module instead of <name>@<version>, both of which can be empty.

We want `bazel_compatibiliy = [">=6.4.0"]` to match `6.4.0rc1` so that
release candidates are indistinguishable from the actual release via
Bazel version compatibility requirements. This allows more realistic
testing of releases via RCs without having users to rely on hacks such
as `bazel_compatibility = [">=6.3.9999"]`.

Along the way change the error message on incompatibility to include the
standard module key identifier, which is `<root>` for the root module
instead of `<name>@<version>`, both of which can be empty.
@fmeum
Copy link
Collaborator Author

fmeum commented Sep 29, 2023

@bazel-io flag

@github-actions github-actions bot added awaiting-review PR is awaiting review from an assigned reviewer team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file. labels Sep 29, 2023
@bazel-io bazel-io added the potential release blocker Flagged by community members using "@bazel-io flag". Should be added to a release blocker milestone label Sep 29, 2023
Copy link
Member

@meteorcloudy meteorcloudy left a comment

Choose a reason for hiding this comment

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

Thanks!

@meteorcloudy meteorcloudy added awaiting-PR-merge PR has been approved by a reviewer and is ready to be merge internally and removed awaiting-review PR is awaiting review from an assigned reviewer labels Sep 29, 2023
@iancha1992
Copy link
Member

@bazel-io fork 6.4.0

@bazel-io bazel-io removed the potential release blocker Flagged by community members using "@bazel-io flag". Should be added to a release blocker milestone label Sep 29, 2023
@copybara-service copybara-service bot closed this in 21cd4ef Oct 2, 2023
@github-actions github-actions bot removed the awaiting-PR-merge PR has been approved by a reviewer and is ready to be merge internally label Oct 2, 2023
bazel-io pushed a commit to bazel-io/bazel that referenced this pull request Oct 2, 2023
We want `bazel_compatibiliy = [">=6.4.0"]` to match `6.4.0rc1` so that release candidates are indistinguishable from the actual release via Bazel version compatibility requirements. This allows more realistic testing of releases via RCs without having users to rely on hacks such as `bazel_compatibility = [">=6.3.9999"]`.

Along the way change the error message on incompatibility to include the standard module key identifier, which is `<root>` for the root module instead of `<name>@<version>`, both of which can be empty.

Closes bazelbuild#19678.

PiperOrigin-RevId: 569982709
Change-Id: I7dce89ac1c62c1539d71704f048dca65232c119c
@fmeum fmeum deleted the fix-rc-version-check branch October 2, 2023 09:20
iancha1992 pushed a commit that referenced this pull request Oct 2, 2023
…19689)

We want `bazel_compatibiliy = [">=6.4.0"]` to match `6.4.0rc1` so that
release candidates are indistinguishable from the actual release via
Bazel version compatibility requirements. This allows more realistic
testing of releases via RCs without having users to rely on hacks such
as `bazel_compatibility = [">=6.3.9999"]`.

Along the way change the error message on incompatibility to include the
standard module key identifier, which is `<root>` for the root module
instead of `<name>@<version>`, both of which can be empty.

Closes #19678.

Commit
21cd4ef

PiperOrigin-RevId: 569982709
Change-Id: I7dce89ac1c62c1539d71704f048dca65232c119c

Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im>
Co-authored-by: Yun Peng <pcloudy@google.com>
@iancha1992
Copy link
Member

The changes in this PR have been included in Bazel 6.4.0 RC2. Please test out the release candidate and report any issues as soon as possible. If you're using Bazelisk, you can point to the latest RC by setting USE_BAZEL_VERSION=last_rc.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants