| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
tool_wrapper: auto create tool config symlinks and fix npm/node cert issue Problem: - GOPROXY/npm mirror env vars not loaded because ~/.config/epkg/tool/ not created - Node.js HTTPS fails on Alpine with "unable to get local issuer certificate" Solution: - Call setup_tool_config_symlinks() in setup_tool_wrappers() to auto-create config - Simplify setup_tool_config_symlinks() to be idempotent and handle errors internally - Add is_symlink_to() helper to skip existing correct symlinks - Add NODE_EXTRA_CA_CERTS to npm/node/npx.yaml for Alpine SSL support - Add ca-certificates-bundle to go.sh test for HTTPS module download Signed-off-by: Wu Fengguang <wfg@mail.ustc.edu.cn> | 3 个月前 |