Files
gerrit/tools
David Ostrovsky 21206e3c31 Bazel: Remove --spawn_strategy and --strategy options for RBE
In Bazel@HEAD this warning is issued when building on RBE:

WARNING: Use of implicit local fallback will go away soon, please
set a fallback strategy instead. See --legacy_local_fallback option.

Since release 0.27 Bazel auto detects the execution strategy, if no
strategy flag is provided. If none of the strategy flags was used,
Bazel will generate a default list of strategies (in this order):

   remote,worker,sandboxed,local

and, for every action it wants to execute, will pick up the first
strategy that can execute it.

See this blog entry for more details: [1].

[1] https://blog.bazel.build/2019/06/19/list-strategy.html

Change-Id: I6a700515fd861b947d57f003d6d1a19693dc37ed
2021-02-24 21:58:12 +01:00
..
2020-12-15 14:21:57 -05:00
2021-02-17 15:08:16 +01:00
2015-08-26 09:03:24 -06:00
2019-03-13 16:12:42 +09:00