mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Tools: fixed CI compiler for Copter 4.0
This commit is contained in:
parent
2d817db7f3
commit
d2abe7ffa5
@ -6,7 +6,7 @@ set -ex
|
||||
# Disable ccache for the configure phase, it's not worth it
|
||||
export CCACHE_DISABLE="true"
|
||||
|
||||
ARM_ROOT="gcc-arm-none-eabi-4_9-2015q3"
|
||||
ARM_ROOT="gcc-arm-none-eabi-6-2017-q2-update"
|
||||
ARM_TARBALL="$ARM_ROOT-20150921-linux.tar.bz2"
|
||||
|
||||
RPI_ROOT="master"
|
||||
|
Loading…
Reference in New Issue
Block a user