server ci : disable thread sanitizer

This commit is contained in:
slaren 2024-06-22 17:38:30 +02:00
parent 5d7695e03f
commit 69a4755f74

View file

@ -30,7 +30,7 @@ jobs:
strategy: strategy:
matrix: matrix:
sanitizer: [ADDRESS, THREAD, UNDEFINED] sanitizer: [ADDRESS, UNDEFINED] # THREAD is broken
build_type: [RelWithDebInfo] build_type: [RelWithDebInfo]
include: include:
- build_type: Release - build_type: Release