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

Unified Diff: scripts/slave/compile.py

Issue 7218071: V8 buildbot: change sample to d8 from shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: '' Created 9 years, 6 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: scripts/slave/compile.py
===================================================================
--- scripts/slave/compile.py (revision 82082)
+++ scripts/slave/compile.py (working copy)
@@ -456,9 +456,8 @@
command.extend(['-k'])
command.extend([
- # Force scons to always check for dependency changes.
'mode=' + options.target,
- 'sample=shell'
+ 'd8'
])
command.extend(options.build_args + args)
« 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