[CI] Try to fix sanitizer builds by pinning the LLVM revision (#1703)

This commit is contained in:
Roman Lebedev 2023-11-23 11:45:02 +03:00 committed by GitHub
parent 4a2e34ba73
commit c8ef1ee99e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
set -e set -e
# Checkout LLVM sources # 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 ## Setup libc++ options
if [ -z "$BUILD_32_BITS" ]; then if [ -z "$BUILD_32_BITS" ]; then