aboutsummaryrefslogtreecommitdiff
path: root/zephyr-upstream
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2020-06-09 15:32:13 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2020-06-09 15:36:07 +0300
commite6a3175fb130e6036ca43597c53f9c4810d4fa71 (patch)
treeaab1341b51465e51f6bcfb4301860d48ca2e08b6 /zephyr-upstream
parent2d1aef27c5c8fda48dc9b8555ae6abf3e1b1f59f (diff)
zephyr-upstream: Upgrade gnuarmemb toolchain to gcc-arm-none-eabi-9-2019-q4-major
Locally, this toolchain doesn't work for me due to https://github.com/zephyrproject-rtos/zephyr/issues/22060 . Trying to upgrade CI, as there's report in that issue that "it worked on another machine". We need upgrade due to https://github.com/zephyrproject-rtos/zephyr/pull/25804#issuecomment-638704629 Change-Id: I26477ed4705d6916f244465405309776eb06f98e Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Diffstat (limited to 'zephyr-upstream')
-rwxr-xr-xzephyr-upstream/builders.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr-upstream/builders.sh b/zephyr-upstream/builders.sh
index d45cad0e04..46c67a86ba 100755
--- a/zephyr-upstream/builders.sh
+++ b/zephyr-upstream/builders.sh
@@ -62,8 +62,8 @@ export ZEPHYR_SDK_INSTALL_DIR="${HOME}/srv/toolchain/zephyr-sdk-0.11.3"
# GNU ARM Embedded is downloaded once (per release) and cached in a persistent
# docker volume under ${HOME}/srv/toolchain/.
-GNUARMEMB_TOOLCHAIN_URL="https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/8-2019q3/RC1.1/gcc-arm-none-eabi-8-2019-q3-update-linux.tar.bz2"
-export GNUARMEMB_TOOLCHAIN_PATH="${HOME}/srv/toolchain/gcc-arm-none-eabi-8-2019-q3-update"
+GNUARMEMB_TOOLCHAIN_URL="https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/9-2019q4/gcc-arm-none-eabi-9-2019-q4-major-x86_64-linux.tar.bz2"
+export GNUARMEMB_TOOLCHAIN_PATH="${HOME}/srv/toolchain/gcc-arm-none-eabi-9-2019-q4-major"
install_zephyr_sdk()
{