platformio/platformio-core
symlinks in platformio.ini should you pre-binding to path instead of late binding to path
Aperta
#5201 aperta il 1 lug 2025
help wantedpackage management
Metriche repository
- Star
- (7329 stelle)
- Metriche merge PR
- (Merge medio 109g 16h) (5 PR mergiate in 30 g)
Descrizione
In platformio.ini symlinks to forward relative paths must be used
For example
libs_deps=FastLED:symlink://.
If .. is used then that path resolves to a directory in the ~/.platform directory structure.
Suggested Fix
Paths should early bind to the symlink target and the path to should passed back to the backend in absolute path form.