Merge pull request #13487 from urutva/update-gcc-arm-version

ci: Update `arm-none-eabi-` version
pull/13525/head
Martin Kojtal 2020-08-31 18:20:41 +01:00 committed by GitHub
commit 9c603c3a53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -59,10 +59,10 @@ _install_gcc()
{
# Ignore shellcheck warnings: Variables defined in .travis.yml
# shellcheck disable=SC2154
local url="${deps_url}/gcc6-linux.tar.bz2"
local url="${deps_url}/gcc9-linux.tar.bz2"
# shellcheck disable=SC2154
local gcc_path="${deps_dir}/gcc/gcc-arm-none-eabi-6-2017-q2-update/"
local gcc_path="${deps_dir}/gcc/gcc-arm-none-eabi-9-2019-q4-major/"
local archive="gcc.tar.bz2"