Skip to content

Use relative paths for local paths in dependencies.lock (PACMAN-1040) #79

Description

@Bryght-Labs-Richard

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:

path: C:\Projects\SuperCoolProject\components\espressif__esp_websocket_client

Please consider:

path: .\components\espressif__esp_websocket_client

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.

  • I confirm I have checked existing list of Feature requests and I have provided enough information.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions