Skip to content
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

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

Open
1 task done
bryghtlabs-richard opened this issue Dec 17, 2024 · 0 comments
Open
1 task done

Comments

@bryghtlabs-richard
Copy link

bryghtlabs-richard commented 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:

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.
@github-actions github-actions bot 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant