travis: Install newer toolchain for nrf job.

Update toolchain to GNU Arm Embedded Toolchain.
This commit is contained in:
Glenn Ruben Bakke 2020-07-10 19:55:35 +02:00
parent 95d0d1c486
commit 411e1157e7

View File

@ -292,7 +292,10 @@ jobs:
- stage: test - stage: test
name: "nrf port build" name: "nrf port build"
install: install:
- sudo apt-get install gcc-arm-none-eabi # need newer gcc version for Cortex-M33 support
- sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
- sudo apt-get update -qq || true
- sudo apt-get install gcc-arm-embedded
- sudo apt-get install libnewlib-arm-none-eabi - sudo apt-get install libnewlib-arm-none-eabi
- arm-none-eabi-gcc --version - arm-none-eabi-gcc --version
script: script: