mirror of
https://github.com/google/benchmark.git
synced 2024-11-27 20:44:27 +00:00
[CI] Try to fix sanitizer builds by pinning the LLVM revision (#1703)
This commit is contained in:
parent
4a2e34ba73
commit
c8ef1ee99e
2
.github/libcxx-setup.sh
vendored
2
.github/libcxx-setup.sh
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue