Skip to content

Commit 9f208c0

Browse files
committed
ci: Switch IWYU to clang_17 branch
1 parent c8a883a commit 9f208c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/test/01_base_install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
6767
fi
6868

6969
if [[ "${RUN_TIDY}" == "true" ]]; then
70-
${CI_RETRY_EXE} git clone https://github.com/include-what-you-use/include-what-you-use -b master /include-what-you-use
71-
git -C /include-what-you-use checkout a138eaac254e5a472464e31d5ec418fe6e6f1fc7
70+
${CI_RETRY_EXE} git clone --depth=1 https://github.com/include-what-you-use/include-what-you-use -b clang_"${TIDY_LLVM_V}" /include-what-you-use
7271
cmake -B /iwyu-build/ -G 'Unix Makefiles' -DCMAKE_PREFIX_PATH=/usr/lib/llvm-"${TIDY_LLVM_V}" -S /include-what-you-use
7372
make -C /iwyu-build/ install "-j$( nproc )" # Use nproc, because MAKEJOBS is the default in docker image builds
7473
fi

0 commit comments

Comments
 (0)