mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
[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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user