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

Unified Diff: webrtc/build/mb_config.pyl

Issue 2228123003: MB: Set crosscompilation config for Linux ARM bot. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/mb_config.pyl
diff --git a/webrtc/build/mb_config.pyl b/webrtc/build/mb_config.pyl
index 6ce2b74466d7134d5002aa8c8b4bed714e57c49a..a41c52f45ffc920df7dbd0f9effa480a70ad338d 100644
--- a/webrtc/build/mb_config.pyl
+++ b/webrtc/build/mb_config.pyl
@@ -30,7 +30,7 @@
'iOS64 Release (GN)': 'ios_gn_release_bot_arm64_device',
# Linux
- 'Linux32 ARM': 'gyp_release_bot_arm',
+ 'Linux32 ARM': 'gyp_crosscompile_release_bot_arm',
'Linux32 Debug': 'gyp_debug_bot_x86',
'Linux32 Release': 'gyp_release_bot_x86',
'Linux64 Debug': 'gyp_debug_bot_x64',
@@ -81,7 +81,7 @@
'linux_rel': 'gyp_release_bot_x64',
'linux_gn_dbg': 'gn_debug_bot_x64',
'linux_gn_rel': 'gn_release_bot_x64',
- 'linux_arm': 'gyp_release_bot_arm',
+ 'linux_arm': 'gyp_crosscompile_release_bot_arm',
'linux_asan': 'gyp_asan_lsan_clang_release_bot_x64',
'linux_memcheck': 'gyp_memcheck_release_bot_x64',
'linux_msan': 'gyp_msan_clang_release_bot_x64',
@@ -143,8 +143,8 @@
],
# Linux
- 'gyp_release_bot_arm': [
- 'gyp', 'openh264_release_bot', 'arm'
+ 'gyp_crosscompile_release_bot_arm': [
+ 'gyp', 'crosscompile', 'openh264_release_bot', 'arm'
],
'gyp_debug_bot_x86': [
'gyp', 'openh264_debug_bot', 'x86'
@@ -256,6 +256,14 @@
'gyp_defines': 'clang=1',
},
+ 'crosscompile': {
+ # This mixin is only needed on GYP bots that are doing cross-compiles
+ # but are *not* targetting Android or iOS (where
+ # webrtc/build/gyp_webrtc.py will set the crosscompile variable
+ # automatically). It is not need in GN at all.
+ 'gyp_crosscompile': True,
+ },
+
'dcheck_always_on': {
'gn_args': 'dcheck_always_on=true',
'gyp_defines': 'dcheck_always_on=1',
« 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