Skip to content

Commit c5b2441

Browse files
authored
disable memory sanitizer due to lack of instrumented dependencies (#3014)
1 parent 026f415 commit c5b2441

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-san.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
sanitizer: "address"
1919
configure-options: ""
2020
debug-options: "-g1"
21-
- name-suffix: "MSAN"
22-
sanitizer: "memory"
23-
configure-options: "CC=clang CXX=clang++ LD=clang++"
24-
debug-options: "-gmlt"
21+
# - name-suffix: "MSAN"
22+
# sanitizer: "memory"
23+
# configure-options: "CC=clang CXX=clang++ LD=clang++"
24+
# debug-options: "-gmlt"
2525
- name-suffix: "UBSAN"
2626
sanitizer: "undefined"
2727
configure-options: "CC=clang CXX=clang++ LD=clang++"

0 commit comments

Comments
 (0)