Skip to content

Commit da50d99

Browse files
committed
ci: Update arm-none-eabi- version
The `arm-none-eabi-` version is updated from version 6 to version 9. Signed-off-by: Devaraj Ranganna <[email protected]>
1 parent 6a244d7 commit da50d99

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)