aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/swarm_compile.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipes/swarm_compile.py')
-rw-r--r--infra/bots/recipes/swarm_compile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/recipes/swarm_compile.py b/infra/bots/recipes/swarm_compile.py
index aef67d95a4..284f385d5a 100644
--- a/infra/bots/recipes/swarm_compile.py
+++ b/infra/bots/recipes/swarm_compile.py
@@ -245,7 +245,7 @@ def GenTests(api):
test += api.platform('mac', 64)
else:
test += api.platform('linux', 64)
- if 'Android' in builder or ('GN' in builder and 'Win' not in builder):
+ if 'Android' in builder and 'GN' not in builder:
ccache = '/usr/bin/ccache'
test += api.step_data('has ccache?',
stdout=api.json.output({'ccache':ccache}))