Browse Source

Disable use of libsonic with msan

msan requires that we build all code with msan to avoid false positives.
master
Samuel Thibault 2 years ago
parent
commit
1e9782d22a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/ci.yml

+ 1
- 1
.github/workflows/ci.yml View File

@@ -49,7 +49,7 @@ jobs:
deps: "clang"
configenv: "CC=clang CXX=clang++"
configflags: "-fsanitize=memory -fsanitize-memory-track-origins=2 -g -Og -fno-omit-frame-pointer"
config: "--without-pcaudiolib"
config: "--without-pcaudiolib --without-sonic"
build_env: "MSAN_OPTIONS=exitcode=42"
check_env: "MSAN_OPTIONS=exitcode=42"


Loading…
Cancel
Save