Skip to content

Commit

Permalink
De-deprecate --allowed_local_actions_regexp, as I found a valid use…
Browse files Browse the repository at this point in the history
… case.

This flag can set a by-mnemonic list of actions to allow locally, `--strategy_regexp` doesn't match against mnemonic but against the message.

PiperOrigin-RevId: 538484992
Change-Id: Ib80302d38212515bb2e5dbd09ffa884fdaa12776
  • Loading branch information
larsrc-google authored and copybara-github committed Jun 7, 2023
1 parent 3029a7d commit a1dcaea
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public class LocalExecutionOptions extends OptionsBase {
effectTags = {OptionEffectTag.UNKNOWN},
converter = Converters.RegexPatternConverter.class,
defaultValue = "null",
deprecationWarning = "Deprecated, use --strategy_regexp instead.",
help =
"A regex whitelist for action types which may be run locally. If unset, "
+ "all actions are allowed to execute locally")
Expand Down

0 comments on commit a1dcaea

Please sign in to comment.