-
Notifications
You must be signed in to change notification settings - Fork 189
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
No dependencies.lock files for example projects (AEGHB-941) #118
Comments
Sorry, could you please fully describe the issue you encountered? The dependency lock file is generated during compilation. |
Hi @Horion0415 sorry for the late reply. But so the issue that I encountered was this one: ESP32-P4 esp_brookesia_phone example broken because of breaking change in esp_ipa (AEGHB-942) #119 But so I made separate issue here because it would be quite helpful if those lock files that are generated during compilation are also included in git. I do realise that I linked the wrong documentation link in my description. Apologies for that, I wanted to refer to the documentation of the dependencies.lock file from Espressif which states:
|
Answers checklist.
General issue report
There is no dependency lock files in any of the examples. When I filed this ticket, if you tried to build one of the examples on a fresh environment, the build was already broken because one of the 0.x dependencies had a breaking change.
So it would be helpful to follow the guidance from the espressif docs and check in the dependency lock files.
The text was updated successfully, but these errors were encountered: