Index: infra/bots/recipes/swarm_trigger.py |
diff --git a/infra/bots/recipes/swarm_trigger.py b/infra/bots/recipes/swarm_trigger.py |
index f512f770d6ec6ca5a6de3e1af5d78a9f87042df9..a0cfd74a20a44f886d69ef3cf78592bde41bd865 100644 |
--- a/infra/bots/recipes/swarm_trigger.py |
+++ b/infra/bots/recipes/swarm_trigger.py |
@@ -361,6 +361,9 @@ def compile_steps_swarm(api, builder_cfg, got_revision, infrabots_dir): |
else: |
cipd_packages.append(cipd_pkg(api, infrabots_dir, 'android_ndk_linux')) |
+ if 'Ubuntu' in api.properties['buildername']: |
+ cipd_packages.append(cipd_pkg(api, infrabots_dir, 'clang_linux')) |
borenet
2016/08/31 18:59:26
Shouldn't this only be for Clang bots?
mtklein
2016/08/31 19:05:48
Ideally, yes. However... all the *SAN bots claim
borenet
2016/08/31 19:08:09
Yeah, we should probably rename them. In the mean
|
+ |
# Windows bots require a toolchain. |
if 'Win' in builder_name: |
version_file = infrabots_dir.join('assets', 'win_toolchain', 'VERSION') |