platformio/platformio-core

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

Open

#5,201 创建于 2025年7月1日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Python (791 fork)batch import
help wantedpackage management

仓库指标

Star
 (7,329 star)
PR 合并指标
 (平均合并 109天 16小时) (30 天内合并 5 个 PR)

描述

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.

贡献者指南