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

Unified Diff: scripts/slave/recipe_modules/v8/builders.py

Issue 1412353002: WebRTC: Add Linux GCC bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rename to gcc and add compiler group Created 5 years, 2 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 | « scripts/slave/recipe_modules/chromium/config.py ('k') | scripts/slave/recipe_modules/v8/chromium_config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/v8/builders.py
diff --git a/scripts/slave/recipe_modules/v8/builders.py b/scripts/slave/recipe_modules/v8/builders.py
index 255d4df5f0380eaaf7bf49b92dd1eec8b08649f2..0b9fba4cd664479c3aa46dc95c66985408e59dbc 100644
--- a/scripts/slave/recipe_modules/v8/builders.py
+++ b/scripts/slave/recipe_modules/v8/builders.py
@@ -1209,7 +1209,7 @@ BUILDERS = {
'testing': {'platform': 'linux'},
},
'V8 Linux gcc 4.8': {
- 'chromium_apply_config': ['make', 'no_clang'],
+ 'chromium_apply_config': ['make', 'gcc'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 32,
@@ -1601,7 +1601,7 @@ BUILDERS = {
'testing': {'platform': 'linux'},
},
'v8_linux_gcc_compile_rel': {
- 'chromium_apply_config': ['no_dcheck', 'no_clang'],
+ 'chromium_apply_config': ['no_dcheck', 'gcc'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 32,
@@ -1610,7 +1610,7 @@ BUILDERS = {
'testing': {'platform': 'linux'},
},
'v8_linux_gcc_rel': {
- 'chromium_apply_config': ['no_dcheck', 'no_clang'],
+ 'chromium_apply_config': ['no_dcheck', 'gcc'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 32,
« no previous file with comments | « scripts/slave/recipe_modules/chromium/config.py ('k') | scripts/slave/recipe_modules/v8/chromium_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698