Index: tools/bots/cross-vm.py |
diff --git a/tools/bots/cross-vm.py b/tools/bots/cross-vm.py |
index 9fd751fc4b8ca76f2936054ef341dfc1efea0111..9865547e5c0cdd7e6c4c968bcf4a49e668390f4e 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/', 'tools/testing/bin/']) |
+ '--exclude=**/*analyzer*', 'out/']) |
with bot.BuildStep('Upload build tarball'): |
uri = "%s/%s" % (GCS_BUCKET, tarball) |