You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/10/05 19:29:26 UTC

[incubator-nuttx-testing] 02/03: Replace espressif.com with github.com for faster download

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git

commit 36de49a4b486f7f9857f8964d154cdbdafca14a4
Author: Alan C. Assis <ac...@gmail.com>
AuthorDate: Mon Oct 5 14:38:40 2020 -0300

    Replace espressif.com with github.com for faster download
---
 docker/linux/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/linux/Dockerfile b/docker/linux/Dockerfile
index 8b4f607..be5412c 100644
--- a/docker/linux/Dockerfile
+++ b/docker/linux/Dockerfile
@@ -102,7 +102,7 @@ RUN mkdir riscv64-unknown-elf-gcc && \
 FROM nuttx-toolchain-base AS nuttx-toolchain-esp32
 # Download the latest ESP32 GCC toolchain prebuilt by Espressif
 RUN mkdir xtensa-esp32-elf-gcc && \
-  curl -s -L "https://dl.espressif.com/dl/xtensa-esp32-elf-gcc8_4_0-esp-2020r3-linux-amd64.tar.gz" \
+  curl -s -L "https://github.com/espressif/crosstool-NG/releases/download/esp-2020r3/xtensa-esp32-elf-gcc8_4_0-esp-2020r3-linux-amd64.tar.gz" \
   | tar -C xtensa-esp32-elf-gcc --strip-components 1 -xJ
 
 RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -y -qq --no-install-recommends \