mirror of
https://github.com/Z3Prover/z3
synced 2025-08-13 06:30:54 +00:00
disable msan build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1ac365ca74
commit
f962dc8b00
2 changed files with 2 additions and 1 deletions
|
@ -38,9 +38,11 @@ jobs:
|
|||
# test python bindings
|
||||
# build documentation
|
||||
# Asan, ubsan, msan
|
||||
# Disabled pending clang dependencies for std::unordered_map
|
||||
|
||||
- job: "LinuxMSan"
|
||||
displayName: "Ubuntu build - cmake"
|
||||
condition: eq(0,1)
|
||||
pool:
|
||||
vmImage: "Ubuntu-16.04"
|
||||
strategy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue