Chromium Code Reviews| 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 |