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

Unified Diff: buildbot/buildbot_selector.py

Issue 10831270: Eliminate build differences in nacl gated on nacl_standalone. Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: fix Created 8 years, 4 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 | « buildbot/buildbot_lib.py ('k') | src/trusted/nonnacl_util/nonnacl_util.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: buildbot/buildbot_selector.py
diff --git a/buildbot/buildbot_selector.py b/buildbot/buildbot_selector.py
index 748b59c19532568fbfb5ef138878f2bf38361e61..d877dc7b21cc363d0074b4b6d8d76a91eb3952a7 100755
--- a/buildbot/buildbot_selector.py
+++ b/buildbot/buildbot_selector.py
@@ -45,13 +45,13 @@ BOT_ASSIGNMENT = {
'mac10.6-newlib-opt':
python + ' buildbot/buildbot_standard.py opt 32 newlib',
'mac10.7-newlib-opt':
- python + ' buildbot/buildbot_standard.py opt 32 newlib',
+ python + ' buildbot/buildbot_standard.py opt 32 newlib --clang',
'mac10.5-glibc-opt':
macpython27 + ' buildbot/buildbot_standard.py opt 32 glibc',
'mac10.6-glibc-opt':
python + ' buildbot/buildbot_standard.py opt 32 glibc',
'mac10.7-glibc-opt':
- python + ' buildbot/buildbot_standard.py opt 32 glibc',
+ python + ' buildbot/buildbot_standard.py opt 32 glibc --clang',
'lucid-32-newlib-dbg':
python + ' buildbot/buildbot_standard.py dbg 32 newlib',
'lucid-32-newlib-opt':
@@ -163,9 +163,9 @@ BOT_ASSIGNMENT = {
'nacl-mac10.6_glibc_opt':
python + ' buildbot/buildbot_standard.py opt 32 glibc',
'nacl-mac10.7_newlib_opt':
- python + ' buildbot/buildbot_standard.py opt 32 newlib',
+ python + ' buildbot/buildbot_standard.py opt 32 newlib --clang',
'nacl-mac10.7_glibc_opt':
- python + ' buildbot/buildbot_standard.py opt 32 glibc',
+ python + ' buildbot/buildbot_standard.py opt 32 glibc --clang',
'nacl-lucid32_newlib_dbg':
python + ' buildbot/buildbot_standard.py dbg 32 newlib',
'nacl-lucid32_newlib_opt':
« no previous file with comments | « buildbot/buildbot_lib.py ('k') | src/trusted/nonnacl_util/nonnacl_util.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698