Skip to content

Commit

Permalink
Dont run fuzzer outputs on windows, mac (save some CPU)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Apr 25, 2016
1 parent 482ce5e commit 11c83e9
Show file tree
Hide file tree
Showing 2 changed files with 5,133 additions and 20,523 deletions.
4 changes: 2 additions & 2 deletions tools/buildgen/plugins/make_fuzzer_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading

0 comments on commit 11c83e9

Please sign in to comment.