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 57792a1 commit 8ec0b09Copy full SHA for 8ec0b09
1 file changed
.github/workflows/build.yml
@@ -29,8 +29,8 @@ jobs:
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
+ cmake-args: -GNinja -DMZ_SANITIZER=Memory
+ 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
0 commit comments