File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ set -ev
77cd $TRAVIS_BUILD_DIR /tests/host
88
99
10- make -j2 ssl
10+ make -j2 FORCE32=0 ssl
1111for i in ../../libraries/ESP8266WiFi/examples/WiFiClient/WiFiClient \
1212 ../../libraries/ESP8266WiFi/examples/BearSSL_Validation/BearSSL_Validation \
1313 ../../libraries/ESP8266WebServer/examples/HelloServer/HelloServer \
1414 ../../libraries/SD/examples/Files/Files \
1515 ../../libraries/LittleFS/examples/LittleFS_Timestamp/LittleFS_Timestamp \
1616 ../../libraries/LittleFS/examples/SpeedTest/SpeedTest ; do
17- make -j2 D=1 $i
17+ make -j2 D=1 FORCE32=0 $i
1818 valgrind --leak-check=full --track-origins=yes --error-limit=no --show-leak-kinds=all --error-exitcode=999 bin/$( basename $i ) /$( basename $i ) -1
1919done
2020
You can’t perform that action at this time.
0 commit comments