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

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

Issue 1447453002: Add explicit compile targets to FYI Clang builders (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: fix Created 5 years, 1 month 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_ClangToTLinux__dbg_.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTLinux__dbg_.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTLinux__dbg_.json
index 441ba228c4eadbe0a4b7b24de120e2bbbc5dab5a..8b7c403f8d7c84a6eca25923b963bdd9414b8c1d 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTLinux__dbg_.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTLinux__dbg_.json
@@ -199,7 +199,8 @@
"ninja",
"--compiler",
"clang",
- "--"
+ "--",
+ "all"
],
"cwd": "[SLAVE_BUILD]",
"env": {

Powered by Google App Engine
This is Rietveld 408576698