SmingHub / Sming

Sming - powerful open source framework simplifying the creation of embedded C++ applications.
https://sming.readthedocs.io
GNU Lesser General Public License v3.0
1.45k stars 349 forks source link

Windows Esp8266 CI build randomly failing due to lwip2 #2806

Closed mikee47 closed 2 weeks ago

mikee47 commented 2 weeks ago

With #2793 we're getting 'undefined reference' errors https://github.com/SmingHub/Sming/actions/runs/9543740796/job/26300929559

It's Windows only, and re-running the test usually succeeds so not a particular priority. Possibly a race condition in the makefiles?

Windows builds are pretty bad anyway: WSL2 is a better option.

slaff commented 2 weeks ago

Possibly a race condition in the makefiles?

@mikee47 I saw this too. Will check if at least downloading of a file or a repo fails silently somewhere...

slaff commented 2 weeks ago

Should be fixed in #2815. Feel free to re-open the issue if it occurs again.

mikee47 commented 2 weeks ago

Thanks slaff. I did take a look at modifying the lwip2 makefile but I like your solution better :-)