We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--experimental_spawn_scheduler
1 parent 0f812eb commit b41576bCopy full SHA for b41576b
src/main/java/com/google/devtools/build/lib/dynamic/DynamicExecutionOptions.java
@@ -39,10 +39,14 @@ public class DynamicExecutionOptions extends OptionsBase {
39
+ "worker mode. To enable dynamic execution for an individual action mnemonic, use "
40
+ "the `--internal_spawn_scheduler` and `--strategy=<mnemonic>=dynamic` flags "
41
+ "instead.",
42
+ deprecationWarning =
43
+ "Using dynamic execution for all mnemonics is a poor use of resources. Use "
44
+ + "--internal_spawn_scheduler and set dynamic strategy for select mnemonics instead.",
45
expansion = {
46
"--internal_spawn_scheduler",
47
"--spawn_strategy=dynamic",
48
})
49
+ @Deprecated
50
public Void experimentalSpawnScheduler;
51
52
@Option(
0 commit comments