Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2140)

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTiOS.json

Issue 1370213002: Add explicit compile targets to all Win and ToT Clang builders (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
}
]

Powered by Google App Engine
This is Rietveld 408576698