mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 04:19:37 +08:00
tools/ci: Workaround conflict with x86_64-elf-binutils after avr-gcc
version bump
This commit is contained in:
committed by
Brennan Ashton
parent
77dfb39260
commit
37e30ccc54
+6
-1
@@ -227,7 +227,12 @@ function avr-gcc-toolchain {
|
|||||||
case $os in
|
case $os in
|
||||||
Darwin)
|
Darwin)
|
||||||
brew tap osx-cross/avr
|
brew tap osx-cross/avr
|
||||||
brew install avr-gcc
|
# 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
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user