You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dependencies.lock file encodes the local path to one of my components. Every time dependencies are re-evaluated, this creates silly changes in the repository, and makes it difficult to reproduce building the project from scratch. I believe this only happens to a component I've forked from Espressif, probably because I haven't added idf_component.yml to my other local components.
I could remove idf_component.yml from my forked component, is that what I should do?
I tried editing dependencies.lock manually, but idf.py reconfigure overwrote it.
Additional context
No response
I have checked existing list of Feature requests and I have provided enough information.
I confirm I have checked existing list of Feature requests and I have provided enough information.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Use relative paths for local paths in dependencies.lock
Use relative paths for local paths in dependencies.lock (PACMAN-1040)
Dec 17, 2024
Related area
commit churn
Is your feature request related to a problem?
The dependencies.lock file encodes the local path to one of my components. Every time dependencies are re-evaluated, this creates silly changes in the repository, and makes it difficult to reproduce building the project from scratch. I believe this only happens to a component I've forked from Espressif, probably because I haven't added idf_component.yml to my other local components.
Describe the solution you'd like
Instead of:
Please consider:
Describe alternatives you've considered
I could remove idf_component.yml from my forked component, is that what I should do?
I tried editing dependencies.lock manually, but
idf.py reconfigure
overwrote it.Additional context
No response
I have checked existing list of Feature requests and I have provided enough information.
The text was updated successfully, but these errors were encountered: