Chromium Code Reviews| Index: tools/bots/compiler.py |
| =================================================================== |
| --- tools/bots/compiler.py (revision 39071) |
| +++ tools/bots/compiler.py (working copy) |
| @@ -126,7 +126,7 @@ |
| if dart2js_pattern.group(14) == 'batch': |
| batch = True |
| # This is temporary, slowly enabling this. |
| - if system == 'linux': |
| + if system == 'linux' or system.startswith('mac'): |
| batch = True |
| shard_index = dart2js_pattern.group(15) |
| total_shards = dart2js_pattern.group(16) |