Merge pull request #13435 from urutva/fix-arm-none-eab-gcc-version

ci: Update `arm-none-eabi-` version
pull/13468/head
Martin Kojtal 2020-08-21 13:50:44 +01:00 committed by GitHub
commit 76d51a5b80
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"