Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.1.0] Clarify where to find the definition of the --experimental_remote_scrubbing_config configuration format. #21089

Merged
merged 1 commit into from
Jan 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading