mirror of https://github.com/google/benchmark.git
[CI] Try to fix sanitizer builds by pinning the LLVM revision (#1703)
This commit is contained in:
parent
4a2e34ba73
commit
c8ef1ee99e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue