-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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] Bump Bazel version to 4.2.2 #24242
Conversation
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.
Could you also double check if there is any public doc that references 4.2.1?
I made a PR in the buildkite-ci-stack repo to upgrade the Windows' CI Bazel version to 4.2.2. I also updated the references in the Windows docs to refer to Bazel 4.2.2 instead of 4.2.1. Once the buildkite-ci-stack PR is merged, the Windows tests on this PR should pass. |
As a status update– we ran the ==> amazon-ebs.ci-windows: The command 'powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; ./main.ps1' returned a non-zero code: 1 See here for full command output. Once this issue is resolved, we can finish the Windows Bazel update and then merge in this change. |
+1 to getting this PR finalized and merged ASAP. I just went through the same discovery and troubleshooting process on MacOS Monterey and was about to submit the same PR before finding this one. |
Why are these changes needed?
A compatibility issue between Bazel, Protoc, and MacOS Monterey is solved starting in Bazel 4.2.2. This change upgrades the Bazel version from 4.2.1 to 4.2.2.
Related issue number
Closes #24241.
Checks
scripts/format.sh
to lint the changes in this PR.