mirror of
https://github.com/microsoft/mimalloc.git
synced 2024-12-25 20:14:12 +08:00
keep tsan enabled for dev-slice
This commit is contained in:
parent
61fc830014
commit
015aac05a5
@ -108,12 +108,11 @@ jobs:
|
|||||||
CXX: clang++
|
CXX: clang++
|
||||||
BuildType: debug-ubsan-clang
|
BuildType: debug-ubsan-clang
|
||||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON -DMI_DEBUG_UBSAN=ON
|
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON -DMI_DEBUG_UBSAN=ON
|
||||||
# Disable for now as it times out on the azure build machines
|
Debug TSAN Clang++:
|
||||||
# Debug TSAN Clang++:
|
CC: clang
|
||||||
# CC: clang
|
CXX: clang++
|
||||||
# CXX: clang++
|
BuildType: debug-tsan-clang-cxx
|
||||||
# BuildType: debug-tsan-clang-cxx
|
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_USE_CXX=ON -DMI_DEBUG_TSAN=ON
|
||||||
# cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_USE_CXX=ON -DMI_DEBUG_TSAN=ON
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: CMake@1
|
- task: CMake@1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user