mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-13 03:09:37 +01:00
Merge bitcoin/bitcoin#31993: ci: use LLVM 20.1.0 for MSAN
d76647eb8f
ci: use LLVM 20.1.0 for MSAN (fanquake) Pull request description: Now that the release is out, stop using rc1. ACKs for top commit: l0rinc: utACKd76647eb8f
Sjors: ACKd76647eb8f
Tree-SHA512: 2eefad118dd617c3e9554caee1549965fc4acc437dbef1252c1912faea57ccbfcb39f879911f27f4274931c1d8723b9c7f981aafa6958e70d4371f16c368c627
This commit is contained in:
commit
c7d216ac94
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ if [ -n "$PIP_PACKAGES" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
|
if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
|
||||||
${CI_RETRY_EXE} git clone --depth=1 https://github.com/llvm/llvm-project -b "llvmorg-20.1.0-rc1" /msan/llvm-project
|
${CI_RETRY_EXE} git clone --depth=1 https://github.com/llvm/llvm-project -b "llvmorg-20.1.0" /msan/llvm-project
|
||||||
|
|
||||||
cmake -G Ninja -B /msan/clang_build/ \
|
cmake -G Ninja -B /msan/clang_build/ \
|
||||||
-DLLVM_ENABLE_PROJECTS="clang" \
|
-DLLVM_ENABLE_PROJECTS="clang" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue