platformio/platformio-core

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

Open

#4990 aperta il 7 ott 2024

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Python (791 fork)batch import
LDFhelp wantedpackage management

Metriche repository

Star
 (7329 star)
Metriche merge PR
 (Merge medio 109g 16h) (5 PR mergiate in 30 g)

Descrizione

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.

Guida contributor