-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not fail or print errors when Shellzelisk cannot find a requested ?
?Bazel binary, if tools/bazel exists. Instead, we should do our best to populate the $BAZEL_REAL env var with some meaningful path, but then delegate to tools/bazel without aborting or printing anything, in case we couldn't find a requested binary or make sense of the contents of .bazelversion. This is in response to #10356 (comment) and hopefully fixes the use case reported by the affected users. @laurentlb This is the cherry-pick I mentioned. I will import it, if you LGTM this PR. @Helcaraxan @davido FYI. Closes #10664. PiperOrigin-RevId: 291904662
- Loading branch information
1 parent
99c0e6d
commit 2a8cc70
Showing
2 changed files
with
53 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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