mirror of https://github.com/qt/qt5.git
Enable ASAN build in all of qt5 repository
qtgrpc was the only module left because of QTBUG-120227. After resolving that, enable in all of qt5 repository. Task-number: QTBUG-120227 Fixes: QTQAINFRA-5375 Change-Id: I44782990eb54e4e3955141f999dcb1f93d5f7bf3 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
This commit is contained in:
parent
a3c489b272
commit
134b5f3ef6
|
@ -1,5 +1,6 @@
|
|||
Version: 2
|
||||
Include: [
|
||||
cmake_platforms.yaml
|
||||
cmake_platforms.yaml,
|
||||
address_sanitizer_platforms.yaml
|
||||
]
|
||||
Configurations: []
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
Version: 2
|
||||
Include: [
|
||||
cmake_platforms.yaml,
|
||||
cmake_platforms_qemu_vxworks.yaml
|
||||
cmake_platforms_qemu_vxworks.yaml,
|
||||
address_sanitizer_platforms.yaml
|
||||
]
|
||||
Configurations: []
|
||||
|
|
Loading…
Reference in New Issue