ci: add memory sanitization check #9

Merged
light7734 merged 7 commits from ci/msan into main 2025-07-20 11:12:30 +00:00
Showing only changes of commit 9189d2b374 - Show all commits

View file

@ -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