From 4f25dc66dc27984a73b5ecaf03c422e37524e36b Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Mon, 9 Jan 2023 19:30:30 +0100 Subject: [PATCH] MacOS: homebrew arm-none-eabi-gcc works again (#26903) Revert "Fix gcc-arm-embedded for m1 mac (#24515)" This reverts commit fd1cd108bd724e49e281a487c4089f85b3dc12b1. old-commit-hash: 19a15eeb539c8e8f53166b8885e09d6276d32fd8 --- tools/mac_setup.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tools/mac_setup.sh b/tools/mac_setup.sh index e85292da03..dd2041e0cb 100755 --- a/tools/mac_setup.sh +++ b/tools/mac_setup.sh @@ -52,14 +52,9 @@ brew "zeromq" brew "protobuf" brew "protobuf-c" brew "swig" +cask "gcc-arm-embedded" EOS -# Install gcc-arm-embedded 10.3-2021.10. 11.x is broken on M1 Macs with Xcode 13.3~ -brew uninstall gcc-arm-embedded || true -curl -L https://github.com/Homebrew/homebrew-cask/raw/d407663b8017a0a062c7fc0b929faf2e16abd1ff/Casks/gcc-arm-embedded.rb > /tmp/gcc-arm-embedded.rb -brew install --cask /tmp/gcc-arm-embedded.rb -rm /tmp/gcc-arm-embedded.rb - echo "[ ] finished brew install t=$SECONDS" BREW_PREFIX=$(brew --prefix)