We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcca34d commit 57792a1Copy full SHA for 57792a1
1 file changed
.github/workflows/build.yml
@@ -25,6 +25,18 @@ jobs:
25
cmake-args: -D MZ_SANITIZER=Undefined
26
codecov: ubuntu_gcc_undefined
27
28
+ - name: Ubuntu Clang MSAN
29
+ os: ubuntu-latest
30
+ compiler: clang-20
31
+ cxx-compiler: clang++-20
32
+ cmake-args: -GNinja -DWITH_SANITIZER=Memory
33
+ packages: ninja-build clang-20 llvm-20 libclang-rt-20-dev
34
+ gcov-exec: llvm-cov-20 gcov
35
+ build-config: Debug
36
+ # https://github.com/llvm/llvm-project/issues/55785
37
+ msan-options: use_sigaltstack=0
38
+ # Coverage disabled for clang-20, errors
39
+
40
# No code coverage on release builds
41
- name: Ubuntu 22 Clang
42
os: ubuntu-22.04
0 commit comments