From 1c6ef864db13d4f3acc2e7cacf6a8794e2ce67d9 Mon Sep 17 00:00:00 2001 From: Roman Lebedev Date: Thu, 23 Nov 2023 02:34:11 +0300 Subject: [PATCH] [CI] Try to fix sanitizer builds by pinning the LLVM revision --- .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 8773b9c407..9aaf96af4b 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