Fix wrappers issues in Bazelisk 1.28.0 on Windows#762
Merged
fweikert merged 2 commits intobazelbuild:masterfrom Jan 19, 2026
Merged
Fix wrappers issues in Bazelisk 1.28.0 on Windows#762fweikert merged 2 commits intobazelbuild:masterfrom
fweikert merged 2 commits intobazelbuild:masterfrom
Conversation
1a40d03 to
e73fdbb
Compare
* probe tools/bazel.exe on Windows after platform-specific executables and before Windows-specific scripts * probe tools/bazel on Windows with lowest priority (for backward compatibility only) Update core_test.go and README.md to reflect the changes.
…zel.mirror, use Bazel 8.5.1 instead in the test `test_path_is_consistent_regardless_of_base_url` from bazelisk_test.sh
Contributor
Author
|
@fweikert, please take a look at it. |
fweikert
approved these changes
Jan 19, 2026
Member
|
Thank you! |
1 task
rdesgroppes
added a commit
to DataDog/datadog-agent-buildimages
that referenced
this pull request
Jan 29, 2026
### What does this PR do? Update bazelisk from v1.27.0 to v1.28.1 across all supported platform configurations (Linux amd64/arm64 and Windows amd64). ### Motivation Ability to use platform-specific `tools/bazel*` wrappers: - bazelbuild/bazelisk#696 (v1.28.0) Ability to switch our `tools/bazel.bat` to `tools/bazel.ps1` on Windows: - bazelbuild/bazelisk#732 (v1.28.0) - bazelbuild/bazelisk#762 (v1.28.1)
rdesgroppes
added a commit
to DataDog/datadog-agent-buildimages
that referenced
this pull request
Jan 29, 2026
### What does this PR do? Update bazelisk from v1.27.0 to v1.28.1 across all supported platform configurations (Linux amd64/arm64 and Windows amd64). ### Motivation Ability to use platform-specific `tools/bazel*` wrappers: - bazelbuild/bazelisk#696 (v1.28.0) Ability to switch our `tools/bazel.bat` to `tools/bazel.ps1` on Windows: - bazelbuild/bazelisk#732 (v1.28.0) - bazelbuild/bazelisk#762 (v1.28.1)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Rework wrappers probation order according to #761:
Update core_test.go and README.md to reflect the changes.
Fixes #761.
I think that it will be necessary to release 1.28.1 after merging this fix, because without it using script wrappers in the cross-platform scenario is hardly possible.