ci(client): sing-box 源码统一走公网镜像 git.51yanmei.com(修外网发版) #5
Reference in New Issue
Block a user
Delete Branch "fix/ci-gitea-mirror"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
背景
发版流水线在外网跑时 android/ios/macos 全挂在编译期
git clone sing-box——此前只有 build-android 注入 SINGBOX_GIT(且指向本地 relay 127.0.0.1:13000,依赖 tailscale/LAN,Mac runner 出外网即失效),ios/macos 完全没注入 → 直接 clone github.com → 被 GFW/DNS 污染打挂(SSL_ERROR_SYSCALL)。改动
三端统一改用稳定公网域名
git.51yanmei.com(ali frps ← 家里 NAS frpc,nginx 443 反代 gitea)——外网/内网都通,不依赖本地 relay/tailscale。已用真实 clone 命令从外网验证 v1.13.13 可拉。ios/macos 同时补 GOPROXY。build-windows 保持 LAN 镜像不动(台式机固定在家)。配套(非本 PR,机器侧已做)
🤖 Generated with Claude Code