Skip to content

Commit 9ab4872

Browse files
rerobikadbatyai
authored andcommitted
Temporary fix for ESP8266 target on Travis (#3160)
JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik [email protected]
1 parent 97a0feb commit 9ab4872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/esp8266/Makefile.travis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ install-apt-get-deps:
2727

2828
# Fetch and build crosstool-NG with support for Xtensa.
2929
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
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 --no-check-certificate
3131
cd .. && tar xvfz xtensa-lx106-elf-linux64-1.22.0-88-gde0bdc1-4.8.5.tar.gz
3232

3333
# Fetch Espressif SDK and Xtensa libraries.

0 commit comments

Comments
 (0)