Merge commit 'ff3512a77e6690b0fa2bdaf691cca5317eb32367' into net_prof
This commit is contained in:
@ -4,14 +4,15 @@ version: 2
|
||||
workflows:
|
||||
version: 2
|
||||
program-analysis:
|
||||
# TODO(iphydf): Re-enable tsan when it's fixed.
|
||||
jobs:
|
||||
# Dynamic analysis in the Bazel build
|
||||
- bazel-asan
|
||||
- bazel-msan
|
||||
- bazel-tsan
|
||||
# - bazel-tsan
|
||||
# Dynamic analysis with CMake
|
||||
- asan
|
||||
- tsan
|
||||
# - tsan
|
||||
- ubsan
|
||||
# Static analysis
|
||||
- clang-analyze
|
||||
|
Reference in New Issue
Block a user