From 11c83e905639ab63252e7e2bf130484771f2577a Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Mon, 25 Apr 2016 16:31:15 -0700 Subject: Dont run fuzzer outputs on windows, mac (save some CPU) --- tools/buildgen/plugins/make_fuzzer_tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/buildgen') diff --git a/tools/buildgen/plugins/make_fuzzer_tests.py b/tools/buildgen/plugins/make_fuzzer_tests.py index e8e1bd0aa6..9d0006973a 100644 --- a/tools/buildgen/plugins/make_fuzzer_tests.py +++ b/tools/buildgen/plugins/make_fuzzer_tests.py @@ -50,8 +50,8 @@ def mako_plugin(dictionary): 'name': new_target['name'], 'args': [fn], 'exclude_configs': [], - 'platforms': ['linux', 'mac', 'windows', 'posix'], - 'ci_platforms': ['linux', 'mac', 'windows', 'posix'], + 'platforms': ['linux'], + 'ci_platforms': ['linux'], 'flaky': False, 'language': 'c', 'cpu_cost': 0.1, -- cgit v1.2.3