Skip to content

Commit

Permalink
[7.1.0] Clarify where to find the definition of the --experimental_re…
Browse files Browse the repository at this point in the history
…mote_scrubbing_config configuration format. (#21089)

PiperOrigin-RevId: 597764071
Change-Id: I9ea7000509e29c327034db5fd0087b35c0fcdfb9
  • Loading branch information
tjgq authored Jan 26, 2024
1 parent 40019a8 commit fa34913
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,8 @@ public RemoteOutputsStrategyConverter() {
effectTags = {OptionEffectTag.UNKNOWN},
help =
"Enables remote cache key scrubbing with the supplied configuration file, which must be a"
+ " ScrubbingConfig protocol buffer in text format.\n\n"
+ " protocol buffer in text format (see"
+ " src/main/protobuf/remote_scrubbing.proto).\n\n"
+ "This feature is intended to facilitate sharing a remote/disk cache between actions"
+ " executing on different platforms but targeting the same platform. It should be"
+ " used with extreme care, as improper settings may cause accidental sharing of"
Expand Down

0 comments on commit fa34913

Please sign in to comment.