mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-03 14:09:31 +03:00
disable tsan as it times out on the azure pipeline
This commit is contained in:
parent
72f3ba95a8
commit
4a867ffd98
1 changed files with 7 additions and 6 deletions
|
@ -108,11 +108,12 @@ jobs:
|
|||
CXX: clang++
|
||||
BuildType: debug-ubsan-clang
|
||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON -DMI_DEBUG_UBSAN=ON
|
||||
Debug TSAN Clang++:
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
BuildType: debug-tsan-clang-cxx
|
||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_USE_CXX=ON -DMI_DEBUG_TSAN=ON
|
||||
# Disable for now as it times out on the azure build machines
|
||||
# Debug TSAN Clang++:
|
||||
# CC: clang
|
||||
# CXX: clang++
|
||||
# BuildType: debug-tsan-clang-cxx
|
||||
# cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_USE_CXX=ON -DMI_DEBUG_TSAN=ON
|
||||
|
||||
steps:
|
||||
- task: CMake@1
|
||||
|
@ -121,7 +122,7 @@ jobs:
|
|||
cmakeArgs: .. $(cmakeExtraArgs)
|
||||
- script: make -j$(nproc) -C $(BuildType)
|
||||
displayName: Make
|
||||
- script: ctest --verbose --timeout 600
|
||||
- script: ctest --verbose --timeout 180
|
||||
workingDirectory: $(BuildType)
|
||||
displayName: CTest
|
||||
# - upload: $(Build.SourcesDirectory)/$(BuildType)
|
||||
|
|
Loading…
Add table
Reference in a new issue