mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
Disable clang c++03 memory sanitizer tests.
This commit is contained in:
@ -24,8 +24,10 @@ matrix:
|
||||
env: BJAM_TOOLSET=clang
|
||||
- compiler: clang
|
||||
env: BJAM_TOOLSET=clang-std11
|
||||
- compiler: clang
|
||||
env: BJAM_TOOLSET=clang-mem
|
||||
# Unfortunately the memory sanitizer was just finding issues with
|
||||
# the standard containers for this toolset. So not very useful right now.
|
||||
#- compiler: clang
|
||||
# env: BJAM_TOOLSET=clang-mem
|
||||
- compiler: clang
|
||||
env: BJAM_TOOLSET=clang-mem_std11
|
||||
|
||||
|
Reference in New Issue
Block a user