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
Any other information, logs, or outputs that you want to share?
I initially thought that this is a gazelle issue so reported it there, please see bazel-contrib/bazel-gazelle#884. But both gazelle and rules_docker when invoked via bazel run fail in a similar way:
Gazelle in the failing build: (gazelle was modified with -x in internal/gazelle.bash.in for verbosity).
Description of the problem:
bazel run //target
seem to not work with remote caching and--remote_download_minimal
flag.Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
What operating system are you running Bazel on?
Linux, x86_64
What's the output of
bazel info release
?release 3.4.1
Have you found anything relevant by searching the web?
#6862 (comment)
#6862 (comment)
Any other information, logs, or outputs that you want to share?
I initially thought that this is a gazelle issue so reported it there, please see bazel-contrib/bazel-gazelle#884. But both gazelle and rules_docker when invoked via
bazel run
fail in a similar way:Gazelle in the failing build: (gazelle was modified with
-x
ininternal/gazelle.bash.in
for verbosity).rules_docker
in the failing build:Both work fine with
--remote_download_toplevel
.The text was updated successfully, but these errors were encountered: