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

Unified Diff: tools/bots/cross-vm.py

Issue 34503006: Fixed arm cross build after switch to standalone.deps (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bots/cross-vm.py
diff --git a/tools/bots/cross-vm.py b/tools/bots/cross-vm.py
index 2c407d87659e88ff9be1dac5187bd1a4516f0e9d..08ae335a99cb5f807daf8564529db9bbe94b532c 100644
--- a/tools/bots/cross-vm.py
+++ b/tools/bots/cross-vm.py
@@ -42,11 +42,7 @@ def cross_compiling_builder(arch, mode):
if num_run == 1:
with bot.BuildStep('Build %s %s' % (arch, mode)):
run([sys.executable, build_py,
- '-m%s' % mode, '--arch=%s' % arch, 'runtime'])
- # We need to build 'run_vm_tests.host' as well to enable
- # test.py to list the VM tests.
- run([sys.executable, build_py,
- '-m%s' % mode, '--arch=%s' % arch, 'run_vm_tests.host'])
+ '-m%s' % mode, '--arch=%s' % arch])
with bot.BuildStep('Create build tarball'):
run(['tar', '-cjf', tarball, '--exclude=**/obj',
« 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