Updated a list of maintainers and enable all the sanitizers (#6299)

* first

* Update project.yaml

* Enable all sanitizers

* Enable coverage with sanitizers

* Update project.yaml

* Update build.sh
This commit is contained in:
Nikita Mikhaylov 2021-08-26 22:20:04 +03:00 committed by GitHub
parent d5bc81af43
commit 4d63aa0efa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -4,12 +4,13 @@ primary_contact: "clickhouse-feedback@yandex-team.com"
auto_ccs:
- "security@yandex-team.com"
- "kyprizel@gmail.com"
- "jakalletti@yandex-team.com"
- "jakalletti@gmail.com"
- "man2gm@gmail.com"
- "kochetovnicolai@gmail.com"
sanitizers:
- address
- memory:
experimental: True
- memory
- undefined
fuzzing_engines:
- libfuzzer
main_repo: 'https://github.com/ClickHouse/ClickHouse.git'