-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Build
-
Fully Compatible
Developer EngFlow accounts don't have permission to upload local results, which is intentional to both prevent the remote cache from growing uncontrollably as well as to reduce risk of cache poisoning.
Currently --remote_upload_local_results is always set to True, which emits a harmless warning message on developer systems. Disable --remote_upload_local_results when calling bazel on developer workstations.
This may be most easily accomplished by appending it to their ~/.bazelrc.