aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/buildgen
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-20 08:17:13 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-03-20 08:17:13 -0700
commitc9bb78f2f85cbb7a71adc02aa97cd6082ee41e06 (patch)
tree49802f3f882e4e3efddde2ecf784b8dc651708d6 /tools/buildgen
parent40a947ef93aeddca3b606613f628d4d09f094e77 (diff)
Make fuzzers run on mac (but not on mac on jenkins)
Diffstat (limited to 'tools/buildgen')
-rw-r--r--tools/buildgen/plugins/make_fuzzer_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildgen/plugins/make_fuzzer_tests.py b/tools/buildgen/plugins/make_fuzzer_tests.py
index ba9825acb9..5fc28ddd31 100644
--- a/tools/buildgen/plugins/make_fuzzer_tests.py
+++ b/tools/buildgen/plugins/make_fuzzer_tests.py
@@ -52,7 +52,7 @@ def mako_plugin(dictionary):
'exclude_iomgrs': ['uv'],
'exclude_configs': ['tsan'],
'uses_polling': False,
- 'platforms': ['linux'],
+ 'platforms': ['mac', 'linux'],
'ci_platforms': ['linux'],
'flaky': False,
'language': 'c',