Skip to content

Commit 76d51a5

Browse files
authored
Merge pull request #13435 from urutva/fix-arm-none-eab-gcc-version
ci: Update `arm-none-eabi-` version
2 parents 207a164 + 85e0199 commit 76d51a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/test/travis-ci/functions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ _install_gcc()
5959
{
6060
# Ignore shellcheck warnings: Variables defined in .travis.yml
6161
# shellcheck disable=SC2154
62-
local url="${deps_url}/gcc6-linux.tar.bz2"
62+
local url="${deps_url}/gcc9-linux.tar.bz2"
6363

6464
# shellcheck disable=SC2154
65-
local gcc_path="${deps_dir}/gcc/gcc-arm-none-eabi-6-2017-q2-update/"
65+
local gcc_path="${deps_dir}/gcc/gcc-arm-none-eabi-9-2019-q4-major/"
6666

6767
local archive="gcc.tar.bz2"
6868

0 commit comments

Comments
 (0)