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
In our repo, we have .bazeliskrc in place. when we run bazel build //... --remote_download_all . We got error lag needs an argument: --remote_download_all
But interesting thing is --remote_download_minimal , it works fine.
Workaround:
We have to change to bazel build --remote_download_all //...
What happened?
In our repo, we have
.bazeliskrc
in place. when we runbazel build //... --remote_download_all
. We got errorlag needs an argument: --remote_download_all
But interesting thing is
--remote_download_minimal
, it works fine.Workaround:
We have to change to
bazel build --remote_download_all //...
Our
.bazeliskrc
:Version
Development (host) and target OS/architectures: macos
Output of
bazel --version
:7.4.0
Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file:Language(s) and/or frameworks involved:
python, java
How to reproduce
Any other information?
No response
The text was updated successfully, but these errors were encountered: