Look for WORKSPACE.bazel as well in Bazel wrapper script#12760
Look for WORKSPACE.bazel as well in Bazel wrapper script#12760GMNGeoffrey wants to merge 3 commits intobazelbuild:masterfrom
Conversation
WORKSPACE.bazel is a valid alternative name for this file (https://docs.bazel.build/versions/master/build-ref.html#workspace)
|
@philwo PTAL |
bazelbuild/bazel#12760 should fix that in Bazel, but it will be a bit before it's rolled out. Reverts 1148698 PiperOrigin-RevId: 349445290
The Bazel versioning wrapper script doesn't look for WORKSPACE.bazel bazelbuild/bazel#12760 should fix that in Bazel, but it will be a bit before it's rolled out. Reverts 1148698 PiperOrigin-RevId: 349445290
The Bazel versioning wrapper script doesn't look for WORKSPACE.bazel bazelbuild/bazel#12760 should fix that in Bazel, but it will be a bit before it's rolled out. Reverts 1148698 PiperOrigin-RevId: 349453240
|
LGTM, but please fix the failing tests. |
Done (syntax error). And since this revealed where the tests were, I added a test for this case. How do you usually merge PRs? Would you like me to squash this into a single commit? Also, since this is the thing that detects which version to use, I'm not sure just releasing it with the next release it would be a part of makes sense. Basically no one who relies on |
|
Imported PR to internal review, @philwo please feel free to LGTM that if there are no actionables here. |
WORKSPACE.bazel is a valid alternative name for this file
(https://docs.bazel.build/versions/master/build-ref.html#workspace)