| Index: tools/bots/cross-vm.py
|
| diff --git a/tools/bots/cross-vm.py b/tools/bots/cross-vm.py
|
| index 8792fe7f67982797ae2ee868db2589e78b651e8a..006389b625c6a23c06689b0d15286b21d48c9c4a 100644
|
| --- a/tools/bots/cross-vm.py
|
| +++ b/tools/bots/cross-vm.py
|
| @@ -47,7 +47,7 @@ def cross_compiling_builder(arch, mode):
|
| with bot.BuildStep('Create build tarball'):
|
| run(['tar', '-cjf', tarball, '--exclude=**/obj',
|
| '--exclude=**/obj.host', '--exclude=**/obj.target',
|
| - '--exclude=**/*analyzer*', 'out/'])
|
| + '--exclude=**/*analyzer*', 'out/', 'tools/testing/bin/'])
|
|
|
| with bot.BuildStep('Upload build tarball'):
|
| uri = "%s/%s" % (GCS_BUCKET, tarball)
|
|
|