From: Nathan Moinvaziri Date: Tue, 27 Dec 2022 23:25:07 +0000 (-0800) Subject: Use Clang 11.1.0 sources same as Clang version on Ubuntu 22. X-Git-Tag: 2.1.0-beta1~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4d728fe43e474b8cd9dce12c5aa35105ad8d89b;p=thirdparty%2Fzlib-ng.git Use Clang 11.1.0 sources same as Clang version on Ubuntu 22. --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index d78aa5e0f..bdc489f80 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -490,7 +490,7 @@ jobs: - name: Compile LLVM C++ libraries (MSAN) if: contains(matrix.name, 'MSAN') run: | - git clone --depth=1 https://github.com/llvm/llvm-project --single-branch --branch llvmorg-11.0.0 + git clone --depth=1 https://github.com/llvm/llvm-project --single-branch --branch llvmorg-11.1.0 cmake -S llvm-project/llvm -B llvm-project/build -G Ninja \ -DCMAKE_BUILD_TYPE=Release \ -DLLVM_ENABLE_PROJECTS="libcxx;libcxxabi" \