Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Context: the PR https://github.com/buildbuddy-io/buildbuddy/pull/8086/files originally wanted to bump bazelisk to v1.21.0, but there were some breakages relating to bazelisk renaming their go dependencies' repository names internally.
The original PR attempted to work around that renaming issue by using
repo_mapping
, but we had some issues getting it to work.So, we're instead now reverting Gazelle's repo renaming change by upgrading our bazelisk dep to the pseudo-version at bazelbuild/bazelisk@0a4dc6b . This should address the original need for upgrading to v1.21.0 as it should have the latest bazelisk changes.
(Small note, this PR also bumps the bazelisk binaries downloaded with
http_file
to the latest released version, just to keep the CLI bazelisk version and ci_runner bundled bazelisk version reasonably close.)