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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py

Issue 1220783003: Make the CrWinClangLLD bots 64-bit. (Closed) Base URL: http://src.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 5 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 | scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangLLD.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
===================================================================
--- scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py (revision 295908)
+++ scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py (working copy)
@@ -571,7 +571,7 @@
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
- 'TARGET_BITS': 32,
+ 'TARGET_BITS': 64,
},
'GYP_DEFINES': { 'component': 'shared_library', 'use_lld': 1 },
'bot_type': 'builder',
@@ -589,7 +589,7 @@
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
- 'TARGET_BITS': 32,
+ 'TARGET_BITS': 64,
},
'test_generators': [
steps.generate_gtest,
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangLLD.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698