Support binary tools/bazel wrappers#696
Merged
fweikert merged 1 commit intobazelbuild:masterfrom Nov 12, 2025
Merged
Conversation
Contributor
Author
|
I pushed a new version of the change to (try to) fix the problems with the Windows tests... but now one of the Windows jobs fails with: which seems unrelated to my change given that it's coming from a dependency. (I'm not even sure why the Windows build would look into a file with |
fweikert
reviewed
Oct 9, 2025
To do this, recognize new tools/bazel.<OSNAME>-<ARCH> and tools/bazel.<ARCH> names for the wrapper, and favor those over tools/bazel if they are present.
fweikert
approved these changes
Nov 12, 2025
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.
To do this, recognize new
tools/bazel.<OSNAME>-<ARCH>andtools/bazel.<ARCH>names for the wrapper, and favor those overtools/bazelif they are present.