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

Unified Diff: buildbot/buildbot_lib.py

Issue 427153003: [MIPS] Enhance MIPS testing on its buildbot (Closed) Base URL: http://git.chromium.org/native_client/src/native_client.git@master
Patch Set: Update. Created 6 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 | « no previous file | buildbot/buildbot_pnacl.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: buildbot/buildbot_lib.py
diff --git a/buildbot/buildbot_lib.py b/buildbot/buildbot_lib.py
index eebedc2dd778f247dde919b502b3f3b8dbb66b31..232bdc7a66b7b930ed74bdcb240274eb0d8388f4 100644
--- a/buildbot/buildbot_lib.py
+++ b/buildbot/buildbot_lib.py
@@ -25,6 +25,10 @@ ARCH_MAP = {
'gyp_arch': 'arm',
'scons_platform': 'arm',
},
+ 'mips32': {
+ 'gyp_arch': 'mips32',
+ 'scons_platform': 'mips32',
+ },
}
« no previous file with comments | « no previous file | buildbot/buildbot_pnacl.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698