platformio/platformio-core

Support specifying the *exact* library folder for a given environment

Open

#4,990 opened on Oct 7, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (791 forks)batch import
LDFhelp wantedpackage management

Repository metrics

Stars
 (7,329 stars)
PR merge metrics
 (Avg merge 109d 16h) (5 merged PRs in 30d)

Description

What kind of issue is this?

  • Feature Request

I would like to specify the exactly folder for the library dependencies for a given environment. Currently only specifying the parent directory for the group of individual folders is supported. The new folder location would have to be fixed in https://github.com/platformio/platformio-core/blob/b537004a75f4985630b5aec19699e48d4d186746/platformio/package/commands/install.py#L223-L230, https://github.com/platformio/platformio-core/blob/b537004a75f4985630b5aec19699e48d4d186746/platformio/package/commands/install.py#L270, https://github.com/platformio/platformio-core/blob/b537004a75f4985630b5aec19699e48d4d186746/platformio/package/commands/install.py#L314-L316, and probably several other places.

If you could specify the exact location for library dependencies for each environment, it would be easy to share the downloaded dependencies across various environments or projects, solving #4451 without scripting.

Contributor guide