]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Use Clang 11.1.0 sources same as Clang version on Ubuntu 22.
authorNathan Moinvaziri <nathan@nathanm.com>
Tue, 27 Dec 2022 23:25:07 +0000 (15:25 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Thu, 29 Dec 2022 10:28:39 +0000 (11:28 +0100)
.github/workflows/cmake.yml

index d78aa5e0f9461a4f348bf1663a39a33711b55c2b..bdc489f8028b28a9569b8ee18c44ea69cc25932d 100644 (file)
@@ -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" \