platformio/platformio-core

symlinks in platformio.ini should you pre-binding to path instead of late binding to path

オープン

#5,201 opened on 2025/07/01

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Python (791 件のフォーク)batch import
help wantedpackage management

Repository metrics

Stars
 (7,329 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド