-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix efr32 builds (detected by cloudbuild, now added to CI) #12708
Conversation
…Fix casts to make sprintf always work
hotfix: compile is broken generally. I am chasing breakages in compiling right now. Today so far I had: esp32 tracing error, esp32 ipv4 error, esp32 bad cast in tests, esp32 artifact handling broken because of updated paths. I am fixing things one by one, just compilation and more CI changes without affecting actual functionality in the library itself. |
PR #12708: Size comparison from 7269448 to 85aff9b Decreases (1 build for efr32)
Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
Merging once EFR32 builds succeeded. |
Problem
Test builds give:
Change overview
Testing
Locally using act
CI will validate this as well