File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,7 @@ if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
67
67
fi
68
68
69
69
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
72
71
cmake -B /iwyu-build/ -G ' Unix Makefiles' -DCMAKE_PREFIX_PATH=/usr/lib/llvm-" ${TIDY_LLVM_V} " -S /include-what-you-use
73
72
make -C /iwyu-build/ install " -j$( nproc ) " # Use nproc, because MAKEJOBS is the default in docker image builds
74
73
fi
You can’t perform that action at this time.
0 commit comments