[script] fix to make 'run-clang-tidy' findable for 'make-pretty-clang' (#12373)

Required to get `make-pretty clang` working after the `bootstrap`
script, on Ubuntu 24.04.
This commit is contained in:
Esko Dijk
2026-02-06 02:09:30 +01:00
committed by GitHub
parent 07cbcee9c9
commit 12c80e8171
+1
View File
@@ -67,5 +67,6 @@ echo "Creating symlinks in /usr/local/bin..."
sudo ln -sf "${INSTALL_DIR}/bin/clang-format" "/usr/local/bin/clang-format-19"
sudo ln -sf "${INSTALL_DIR}/bin/clang-tidy" "/usr/local/bin/clang-tidy-19"
sudo ln -sf "${INSTALL_DIR}/bin/clang-apply-replacements" "/usr/local/bin/clang-apply-replacements-19"
sudo ln -sf "${INSTALL_DIR}/bin/run-clang-tidy" "/usr/local/bin/run-clang-tidy-19"
echo "Done."