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

Unified Diff: compiler/scripts/compiler_series_test.sh

Issue 8341103: build.py will not accept --arch=dartc soon, so removing references and uses of --arch=dartc in th... (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 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
Index: compiler/scripts/compiler_series_test.sh
===================================================================
--- compiler/scripts/compiler_series_test.sh (revision 881)
+++ compiler/scripts/compiler_series_test.sh (working copy)
@@ -173,7 +173,7 @@
echo "Compiling clean version of dartc; may take some time"
date
cd compiler
- ../tools/build.py --mode release --arch dartc >> $LOG_FILE 2>&1
+ ../tools/build.py --mode release >> $LOG_FILE 2>&1
if [ ! $? -eq 0 ]; then
echo "error compiling"
failStats $REVISION

Powered by Google App Engine
This is Rietveld 408576698