Skip to content

Commit

Permalink
Update master.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-johnson committed Jun 23, 2023
1 parent 69b1a4f commit ba7916f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ c['workers'] = [Worker(n,
properties={'WORKER_BUILD_PARALLELISM': cfg.j}) for n, cfg in _WORKERS]

_SANITIZERS = [
'asan', # TODO: weird error about precompiled header file
'asan',
'fuzzer', # this isn't *technically* a sanitizer, but is close enough that it's a good fit
]

Expand Down

0 comments on commit ba7916f

Please sign in to comment.