1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

Merge pull request #3141 from AndersHoglund/vagrant_compiler_update

Update vagrant env, gcc-arm 6-2017q1-1~trusty3
This commit is contained in:
Anders Höglund 2017-05-24 13:12:24 +02:00 committed by GitHub
commit 329c149fbb

2
Vagrantfile vendored
View file

@ -21,7 +21,7 @@ Vagrant.configure(2) do |config|
apt-get remove -y binutils-arm-none-eabi gcc-arm-none-eabi
add-apt-repository ppa:team-gcc-arm-embedded/ppa
apt-get update
apt-get install -y git ccache gcc-arm-embedded=5-2016q3-1~trusty1
apt-get install -y git ccache gcc-arm-embedded=6-2017q1-1~trusty3
SHELL
end