| Index: tools/bots/cross-vm.py
|
| diff --git a/tools/bots/cross-vm.py b/tools/bots/cross-vm.py
|
| index 691544c2b3217e64a034f1769a496ded1fdb22f6..cb53e2ffe99225a4a0fe957036b114f65d87e94d 100644
|
| --- a/tools/bots/cross-vm.py
|
| +++ b/tools/bots/cross-vm.py
|
| @@ -47,8 +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*', '--exclude=**/run_vm_tests.host',
|
| - 'out/'])
|
| + '--exclude=**/*analyzer*', 'out/'])
|
|
|
| with bot.BuildStep('Upload build tarball'):
|
| uri = "%s/%s" % (GCS_BUCKET, tarball)
|
|
|