travis: Force AAPCS toolchain version
Make Travis CI use the GNU ARM Embedded toolchain version specified by the READMEs, instead of automatically using the latest version provided by the PPA. In this way, the READMEs will still be correct after a PPA upgrade, and the version used by Contiki is under control. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
This commit is contained in:
parent
daa83ee3ef
commit
910f7b1ac8
|
@ -46,7 +46,7 @@ before_script:
|
|||
- if [ ${BUILD_ARCH:-0} = arm-aapcs ] ; then
|
||||
sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa &&
|
||||
sudo apt-get -qq update &&
|
||||
sudo apt-get -qq install gcc-arm-embedded srecord &&
|
||||
sudo apt-get -qq install gcc-arm-embedded=5-2015q4-1~precise1 srecord &&
|
||||
arm-none-eabi-gcc --version ;
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue