Fix arch installs as 8.1 is unavailable and #5456 has been merged (#5857)

This commit is contained in:
zvecr 2019-05-14 20:05:09 +01:00 committed by Drashna Jaelre
parent b68d8fe82e
commit 93a97ec6e5
1 changed files with 1 additions and 2 deletions

View File

@ -54,8 +54,7 @@ elif grep ID /etc/os-release | grep -qE 'debian|ubuntu'; then
zip
elif grep ID /etc/os-release | grep -q 'arch\|manjaro'; then
# install avr-gcc 8.1 until 8.3 is available. See #3657 for details of the bug.
sudo pacman -U https://archive.archlinux.org/packages/a/avr-gcc/avr-gcc-8.1.0-1-x86_64.pkg.tar.xz
sudo pacman -U https://archive.archlinux.org/packages/a/avr-gcc/avr-gcc-8.3.0-1-x86_64.pkg.tar.xz
sudo pacman -S \
arm-none-eabi-binutils \
arm-none-eabi-gcc \