mirror of
https://github.com/apache/nuttx.git
synced 2026-09-12 05:30:20 +00:00
tools/ci: Revert workaround for issue with avr-binutils
avr-binutils homebrew recipe has been fixed upstream:
https://github.com/osx-cross/homebrew-avr/issues/243
This reverts commit 37e30ccc54.
This commit is contained in:
parent
e788b2643a
commit
817d81d38f
1 changed files with 1 additions and 6 deletions
|
|
@ -227,12 +227,7 @@ function avr-gcc-toolchain {
|
|||
case $os in
|
||||
Darwin)
|
||||
brew tap osx-cross/avr
|
||||
# Rolling back avr-gcc version as a temporary workaround to conflict between
|
||||
# x86_64-elf-binutils-2.36.1 and avr-binutils-2.36.1
|
||||
pushd "$(brew --repository)"/Library/Taps/osx-cross/homebrew-avr &>/dev/null
|
||||
git checkout c1a94c9
|
||||
popd &>/dev/null
|
||||
HOMEBREW_NO_AUTO_UPDATE=1 brew install avr-gcc
|
||||
brew install avr-gcc
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue