From c8ef1ee99eca565f6a58a9f815fba5ef1f210783 Mon Sep 17 00:00:00 2001 From: Roman Lebedev Date: Thu, 23 Nov 2023 11:45:02 +0300 Subject: [PATCH] [CI] Try to fix sanitizer builds by pinning the LLVM revision (#1703) --- .github/libcxx-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/libcxx-setup.sh b/.github/libcxx-setup.sh index 8773b9c4..9aaf96af 100755 --- a/.github/libcxx-setup.sh +++ b/.github/libcxx-setup.sh @@ -3,7 +3,7 @@ set -e # Checkout LLVM sources -git clone --depth=1 https://github.com/llvm/llvm-project.git llvm-project +git clone --depth=1 --branch llvmorg-16.0.6 https://github.com/llvm/llvm-project.git llvm-project ## Setup libc++ options if [ -z "$BUILD_32_BITS" ]; then