From d735db6113396947fdb3884caf45023bf453f7fb Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sat, 14 Dec 2024 23:17:45 -0800 Subject: [PATCH] rm cppcheck (#34248) --- tools/install_ubuntu_dependencies.sh | 1 - tools/mac_setup.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/tools/install_ubuntu_dependencies.sh b/tools/install_ubuntu_dependencies.sh index bb41587c5bac8b..f224f01f953da5 100755 --- a/tools/install_ubuntu_dependencies.sh +++ b/tools/install_ubuntu_dependencies.sh @@ -23,7 +23,6 @@ function install_ubuntu_common_requirements() { $SUDO apt-get install -y --no-install-recommends \ ca-certificates \ clang \ - cppcheck \ build-essential \ gcc-arm-none-eabi \ liblzma-dev \ diff --git a/tools/mac_setup.sh b/tools/mac_setup.sh index bfbdb0cc667cc6..c626ec4561d125 100755 --- a/tools/mac_setup.sh +++ b/tools/mac_setup.sh @@ -31,7 +31,6 @@ if [[ $(command -v brew) == "" ]]; then fi brew bundle --file=- <<-EOS -brew "cppcheck" brew "git-lfs" brew "zlib" brew "capnp"