| Index: scripts/slave/recipes/ios/try.expected/gyp_goma.json
|
| diff --git a/scripts/slave/recipes/ios/try.expected/gyp_goma.json b/scripts/slave/recipes/ios/try.expected/gyp_goma.json
|
| index 196f3cb2dae92159d90fd38d31293c9ddb076678..f0fd7d4693775e4b092dd54724fa429bc7005972 100644
|
| --- a/scripts/slave/recipes/ios/try.expected/gyp_goma.json
|
| +++ b/scripts/slave/recipes/ios/try.expected/gyp_goma.json
|
| @@ -255,6 +255,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": [
|
| "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py",
|
| "--json-file",
|
| "/path/to/tmp/json",
|
|
|