bazelbuild / bazelbuild/bazelisk
--strict breaks on Linux with Bazel 0.24.1
Open
help wanted
P3
type: feature request
- Dominant language
- Go
- Stars
- 2.7k
- Forks
- 424
- PR merge metrics
- No merged PRs in 30d
Description
```
$ USE_BAZEL_VERSION=0.24.1 ../bazelisk-linux-amd64 --strict build ...
ERROR: Unrecognized option: --incompatible_windows_style_arg_escaping
```
https://github.com/bazelbuild/bazel/issues/7454 is marked for migration. I assume the unrecognized option is because the flag is windows-only.
Contributor guide
Research direction
Reproduce the Linux command shown with USE_BAZEL_VERSION=0.24.1 and --strict, then inspect the bazelisk-linux-amd64 launcher path that constructs Bazel arguments. Compare the behavior with the linked Bazel issue; done means the Linux invocation no longer fails on the Windows-only option.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system, cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100