926df1e5b3
The bots need to run these before running the tests, so I'm porting them to Dart so they'll run on Windows. As a nice bonus, they're much faster now, I'm assuming because we use one warmed up VM for all of the packages. build_test_pkgs.sh on my machine went from ~12 seconds to ~4. R=jmesserly@google.com, vsm@google.com Review URL: https://codereview.chromium.org/2498673003 .
6 lines
187 B
Bash
Executable File
6 lines
187 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# TODO: This script is deprecated in favor of the Dart version. For now, forward
|
|
# to it so existing scripts don't break. Eventually, delete this one.
|
|
./tool/build_pkgs.dart
|