We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026f415 commit c5b2441Copy full SHA for c5b2441
.github/workflows/build-san.yml
@@ -18,10 +18,10 @@ jobs:
18
sanitizer: "address"
19
configure-options: ""
20
debug-options: "-g1"
21
- - name-suffix: "MSAN"
22
- sanitizer: "memory"
23
- configure-options: "CC=clang CXX=clang++ LD=clang++"
24
- debug-options: "-gmlt"
+ # - name-suffix: "MSAN"
+ # sanitizer: "memory"
+ # configure-options: "CC=clang CXX=clang++ LD=clang++"
+ # debug-options: "-gmlt"
25
- name-suffix: "UBSAN"
26
sanitizer: "undefined"
27
configure-options: "CC=clang CXX=clang++ LD=clang++"
0 commit comments