You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is something that we have tracked internally.
Our CLI currently does not understand the new common keyword logic in .bazelrc (since bazelbuild/bazel#18130) and we gonna need to rework our parser to make it happen.
Describe the bug
In our
.bazelrc
we had JDK 11 specified undercommon
:When installing the CLI via
.bazelversion
, queries then broke with an invalid option applied:Changing those to
build
resolves, but it feels like a bug that the wrapper isn't a pure passthrough in this instanceTo Reproduce
(Above)
Expected behavior
The wrapper is completely transparent to regular Bazel operations
The text was updated successfully, but these errors were encountered: