Skip to content

Commit

Permalink
[CI] Try to fix sanitizer builds by pinning the LLVM revision (#1703)
Browse files Browse the repository at this point in the history
  • Loading branch information
LebedevRI authored Nov 23, 2023
1 parent 4a2e34b commit c8ef1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/libcxx-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8ef1ee

Please sign in to comment.