From: Nathan Moinvaziri Date: Tue, 27 Dec 2022 23:27:13 +0000 (-0800) Subject: Fixed MSAN failed to allocate error on Ubuntu 22. X-Git-Tag: 2.1.0-beta1~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30fceb80d5d8589381e68ed86cffe7d738334157;p=thirdparty%2Fzlib-ng.git Fixed MSAN failed to allocate error on Ubuntu 22. https://github.com/llvm/llvm-project/issues/55785 --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index bdc489f80..02461eeda 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -347,6 +347,8 @@ jobs: cmake-args: -GNinja -DWITH_SANITIZER=Memory packages: ninja-build clang-11 llvm-11-tools gcov-exec: llvm-cov-11 gcov + # https://github.com/llvm/llvm-project/issues/55785 + msan-options: use_sigaltstack=0 - name: Ubuntu Emscripten WASM32 os: ubuntu-latest