mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 08:53:56 -04:00
Tools: fixed CI compiler for Copter 4.0
This commit is contained in:
parent
ac26aea18b
commit
3187a501f7
@ -6,7 +6,7 @@ set -ex
|
|||||||
# Disable ccache for the configure phase, it's not worth it
|
# Disable ccache for the configure phase, it's not worth it
|
||||||
export CCACHE_DISABLE="true"
|
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"
|
ARM_TARBALL="$ARM_ROOT-20150921-linux.tar.bz2"
|
||||||
|
|
||||||
RPI_ROOT="master"
|
RPI_ROOT="master"
|
||||||
|
Loading…
Reference in New Issue
Block a user