We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 207a164 + 85e0199 commit 76d51a5Copy full SHA for 76d51a5
tools/test/travis-ci/functions.sh
@@ -59,10 +59,10 @@ _install_gcc()
59
{
60
# Ignore shellcheck warnings: Variables defined in .travis.yml
61
# shellcheck disable=SC2154
62
- local url="${deps_url}/gcc6-linux.tar.bz2"
+ local url="${deps_url}/gcc9-linux.tar.bz2"
63
64
65
- 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/"
66
67
local archive="gcc.tar.bz2"
68
0 commit comments