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.
1 parent 97a0feb commit 9ab4872Copy full SHA for 9ab4872
targets/esp8266/Makefile.travis
@@ -27,7 +27,7 @@ install-apt-get-deps:
27
28
# Fetch and build crosstool-NG with support for Xtensa.
29
install-xtensa-kx106-gcc:
30
- wget https://dl.espressif.com/dl/xtensa-lx106-elf-linux64-1.22.0-88-gde0bdc1-4.8.5.tar.gz -O ../xtensa-lx106-elf-linux64-1.22.0-88-gde0bdc1-4.8.5.tar.gz
+ wget https://dl.espressif.com/dl/xtensa-lx106-elf-linux64-1.22.0-88-gde0bdc1-4.8.5.tar.gz -O ../xtensa-lx106-elf-linux64-1.22.0-88-gde0bdc1-4.8.5.tar.gz --no-check-certificate
31
cd .. && tar xvfz xtensa-lx106-elf-linux64-1.22.0-88-gde0bdc1-4.8.5.tar.gz
32
33
# Fetch Espressif SDK and Xtensa libraries.
0 commit comments