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

Unified Diff: native_client_sdk/src/build_tools/buildbot_run.py

Issue 10156003: [NaCl SDK] Build naclmono packages based on the sdk manifest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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
Index: native_client_sdk/src/build_tools/buildbot_run.py
===================================================================
--- native_client_sdk/src/build_tools/buildbot_run.py (revision 127228)
+++ native_client_sdk/src/build_tools/buildbot_run.py (working copy)
@@ -24,7 +24,7 @@
'linux-sdk-mono32':
[sys.executable, 'nacl-mono-buildbot.py'],
'linux-sdk-mono64':
- ['/bin/true'],
+ [sys.executable, 'nacl-mono-buildbot.py'],
'DEFAULT':
[sys.executable, 'build_sdk.py'],
}

Powered by Google App Engine
This is Rietveld 408576698