This commit is contained in:
parent
1c27e4d2c7
commit
9189d2b374
1 changed files with 6 additions and 0 deletions
|
@ -51,6 +51,12 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- ./tools/ci/steps/amd64/clang/lsan.sh
|
- ./tools/ci/steps/amd64/clang/lsan.sh
|
||||||
|
|
||||||
|
- name: memory sanitizer
|
||||||
|
image: memory_sanitizer:latest
|
||||||
|
pull: if-not-exists
|
||||||
|
commands:
|
||||||
|
- ./tools/ci/steps/amd64/clang/msan.sh
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
|
|
Loading…
Add table
Reference in a new issue