| Index: scripts/slave/recipes/mojo.expected/mojo_android_builder.json
|
| diff --git a/scripts/slave/recipes/mojo.expected/mojo_android_builder.json b/scripts/slave/recipes/mojo.expected/mojo_android_builder.json
|
| index 9826df9a23d1af0460b79e604b060f5656b25c51..d8a1a3f43e3104f3c04a29e631ce480268989cd3 100644
|
| --- a/scripts/slave/recipes/mojo.expected/mojo_android_builder.json
|
| +++ b/scripts/slave/recipes/mojo.expected/mojo_android_builder.json
|
| @@ -121,6 +121,22 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| + "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10)\n"
|
| + ],
|
| + "name": "ensure_goma.get the number of cpus",
|
| + "stdout": "/path/to/tmp/",
|
| + "~followup_annotations": [
|
| + "@@@STEP_NEST_LEVEL@1@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count() * 10)@@@",
|
| + "@@@STEP_LOG_END@python.inline@@@"
|
| + ]
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| "[SLAVE_BUILD]/src/mojo/tools/mojob.py",
|
| "gn",
|
| "--release",
|
|
|