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
7
7
cd $TRAVIS_BUILD_DIR /tests/host
8
8
9
9
10
- make -j2 ssl
10
+ make -j2 FORCE32=0 ssl
11
11
for i in ../../libraries/ESP8266WiFi/examples/WiFiClient/WiFiClient \
12
12
../../libraries/ESP8266WiFi/examples/BearSSL_Validation/BearSSL_Validation \
13
13
../../libraries/ESP8266WebServer/examples/HelloServer/HelloServer \
14
14
../../libraries/SD/examples/Files/Files \
15
15
../../libraries/LittleFS/examples/LittleFS_Timestamp/LittleFS_Timestamp \
16
16
../../libraries/LittleFS/examples/SpeedTest/SpeedTest ; do
17
- make -j2 D=1 $i
17
+ make -j2 D=1 FORCE32=0 $i
18
18
valgrind --leak-check=full --track-origins=yes --error-limit=no --show-leak-kinds=all --error-exitcode=999 bin/$( basename $i ) /$( basename $i ) -1
19
19
done
20
20
You can’t perform that action at this time.
0 commit comments