Build artifacts are missing with "--remote_download_toplevel" cache option #13625
Labels
P2
We'll consider working on this in future. (Assignee optional)
team-Remote-Exec
Issues and PRs for the Execution (Remote) team
type: bug
Description of the problem / feature request:
Assume we have two targets, one dependency of another:
If we get
cat
target from cache with--remote_download_toplevel
:bazel build cat --disk_cache=D:\bazel_disk_cache --remote_download_toplevel
, then we will not be able to get output forecho
withbazel build echo --disk_cache=D:\bazel_disk_cache --remote_download_toplevel
. Instead we got an up to date message and that's it,bazel-bin/echo.txt
is not presented :What operating system are you running Bazel on?
Windows & MacOS
What's the output of
bazel info release
?4.0.0
The text was updated successfully, but these errors were encountered: