--incompatible_remote_build_event_upload_respect_no_cache
stops working when building an alias
#14456
Labels
P1
I'll work on this now. (Assignee required)
team-Remote-Exec
Issues and PRs for the Execution (Remote) team
type: bug
Description of the problem / feature request:
When using
--incompatible_remote_build_event_upload_respect_no_cache
and building an alias, bep-referenced items are uploaded to the remote cache even with--noremote_upload_local_results
. When building the aliased target directly they are correctly excluded from upload.Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
This will exclude blobs from upload:
While this won't:
What operating system are you running Bazel on?
macOS 12.0.1
What's the output of
bazel info release
?release 5.0 rc3
Have you found anything relevant by searching the web?
#14338
The text was updated successfully, but these errors were encountered: