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

Unified Diff: masters/master.chromium.fyi/master.cfg

Issue 326873002: Force HEAD revision on Clang and ASan Windows builders (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Drop the win_clang_tests part of the change Created 6 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.fyi/master.cfg
diff --git a/masters/master.chromium.fyi/master.cfg b/masters/master.chromium.fyi/master.cfg
index e9e6a47288726f5321c89b6a56e6e761aa9838f1..e9eb04b150952ddcd1384bff3e671f372b35ef83 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -885,6 +885,7 @@ f_chromium_win_clang = win_out().ChromiumFactory(
factory_properties={
'gclient_env': {
'GYP_DEFINES': 'clang=1',
+ 'LLVM_WIN_REVISION': 'HEAD',
}})
f_chromium_win_clang_dbg = win_out().ChromiumFactory(
@@ -895,6 +896,7 @@ f_chromium_win_clang_dbg = win_out().ChromiumFactory(
factory_properties={
'gclient_env': {
'GYP_DEFINES': 'clang=1 component=static_library',
+ 'LLVM_WIN_REVISION': 'HEAD',
}})
f_chromium_win_clang_asan = win_out().ChromiumFactory(
@@ -906,6 +908,7 @@ f_chromium_win_clang_asan = win_out().ChromiumFactory(
'asan': True,
'gclient_env': {
'GYP_DEFINES': 'clang=1 asan=1 component=static_library disable_nacl=1',
+ 'LLVM_WIN_REVISION': 'HEAD',
}})
f_chromium_win_ninja_shared_2013_dbg = win_out().ChromiumFactory(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698