| Index: masters/master.client.webrtc.fyi/master_win_cfg.py
|
| diff --git a/masters/master.client.webrtc.fyi/master_win_cfg.py b/masters/master.client.webrtc.fyi/master_win_cfg.py
|
| index 6e6265d209a80fadeed7c4f24905ad98786d3c71..310cc7577ea90bfaef6eaff6e5e1df40e5ab24b7 100644
|
| --- a/masters/master.client.webrtc.fyi/master_win_cfg.py
|
| +++ b/masters/master.client.webrtc.fyi/master_win_cfg.py
|
| @@ -18,6 +18,7 @@ def Update(c):
|
| 'Win32 Release (parallel)',
|
| 'Win64 Debug (parallel)',
|
| 'Win64 Release (parallel)',
|
| + 'Win SyzyASan',
|
| ]),
|
| ])
|
|
|
| @@ -38,6 +39,10 @@ def Update(c):
|
| 'name': 'Win64 Release (parallel)',
|
| 'slavebuilddir': 'win',
|
| },
|
| + {
|
| + 'name': 'Win SyzyASan',
|
| + 'slavebuilddir': 'win-syzyasan',
|
| + },
|
| ]
|
|
|
| c['builders'].extend([
|
|
|