| Index: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTiOS.json
|
| diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTiOS.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTiOS.json
|
| index b43e3f12df9268f2a4c13576bf49640951a013aa..c219fb12a8f03d2573319f6eca8c45ef4027895b 100644
|
| --- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTiOS.json
|
| +++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTiOS.json
|
| @@ -125,19 +125,20 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "import sys; sys.exit(1)"
|
| + "[BUILD]/scripts/slave/compile.py",
|
| + "--target",
|
| + "Release-iphoneos",
|
| + "--src-dir",
|
| + "[SLAVE_BUILD]/src",
|
| + "--build-tool",
|
| + "ninja",
|
| + "--",
|
| + "all"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| - "name": "compile",
|
| - "~followup_annotations": [
|
| - "step returned non-zero exit code: 1",
|
| - "@@@STEP_TEXT@Misconfigured bot: no compile targets@@@",
|
| - "@@@STEP_FAILURE@@@"
|
| - ]
|
| - },
|
| - {
|
| - "name": "$final_result",
|
| - "reason": "Step('compile') failed with return_code 1",
|
| - "status_code": 1
|
| + "env": {
|
| + "LLVM_FORCE_HEAD_REVISION": "YES"
|
| + },
|
| + "name": "compile"
|
| }
|
| ]
|
|
|