Skip to content

Commit

Permalink
Workaround for CI issues with parallel runs of LWIP2 on Windows. (#2815)
Browse files Browse the repository at this point in the history
  • Loading branch information
slaff authored Jun 18, 2024
1 parent 0730b4f commit 9a3c9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sming/Arch/Esp8266/Tools/ci/build.run.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ REM %MAKE_PARALLEL% samples || goto :error

make clean samples-clean
%MAKE_PARALLEL% Basic_Blink ENABLE_CUSTOM_HEAP=1 DEBUG_VERBOSE_LEVEL=3 || goto :error
%MAKE_PARALLEL% HttpServer_ConfigNetwork ENABLE_CUSTOM_LWIP=2 STRICT=1 || goto :error
make HttpServer_ConfigNetwork ENABLE_CUSTOM_LWIP=2 STRICT=1 || goto :error
%MAKE_PARALLEL% Basic_Templates || goto :error

goto :EOF
Expand Down

0 comments on commit 9a3c9a7

Please sign in to comment.