remove dead mull stuff (#2208)

* remove dead mull stuff

* rm clang

* fix
This commit is contained in:
Adeeb Shihadeh
2025-05-19 19:40:50 -07:00
committed by GitHub
parent d7e5f8560f
commit 92c26f71e6
4 changed files with 5 additions and 43 deletions

View File

@@ -9,11 +9,11 @@ PLATFORM=$(uname -s)
echo "installing dependencies"
if [[ $PLATFORM == "Darwin" ]]; then
brew install --cask gcc-arm-embedded
brew install python3 dfu-util gcc@13
brew install python3 gcc@13
elif [[ $PLATFORM == "Linux" ]]; then
sudo apt-get install -y --no-install-recommends \
make g++ git libnewlib-arm-none-eabi \
dfu-util gcc-arm-none-eabi python3-pip libffi-dev clang-17 python3
gcc-arm-none-eabi python3-pip
else
echo "WARNING: unsupported platform. skipping apt/brew install."
fi