Skip to content

emrg: build-release 八次修复 — Windows 软链改复制(rant #13) - #376

Merged
argszero merged 1 commit into
masterfrom
feature/build-release-fixes8
Aug 4, 2026
Merged

emrg: build-release 八次修复 — Windows 软链改复制(rant #13)#376
argszero merged 1 commit into
masterfrom
feature/build-release-fixes8

Conversation

@argszero

@argszero argszero commented Aug 4, 2026

Copy link
Copy Markdown
Owner

改动内容

build-release CI 第八次实跑(run 30931101895)——GUI unit tests 全绿(22 pass / 0 fail / 8 skip),前 7 次修复全部生效!Windows 剩 Build runtime 失败:

根因:Windows Git Bash 软链失败

build-runtime.sh 用 ln -sfn python-dist/bin/python3.13 python 创建软链——Git Bash 的 ln -s 在 Windows 需管理员权限(ln: failed to create symbolic link 'python': No such file or directory)。

修复

Windows 平台用 cp 复制替代软链(python.exe + python3.exe),POSIX 保持软链。

验证

  • bash -n packaging/build-runtime.sh → OK
  • EMRG_SKIP_INTEGRATION=1 npm test → 22 pass / 0 fail / 8 skip(GUI 全绿)
  • pytest 464 passed(本机)
  • 3/4 平台已实跑成功

@argszero argszero left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ LGTM — cycle 20260805-0049

审查内容:build-runtime.sh Windows 平台用 cp 复制替代 ln -s 软链(Git Bash 软链需管理员权限)。

验证:bash -n OK;GUI 22 pass / 0 fail / 8 skip 全绿;pytest 464 passed;3/4 平台已实跑成功。

@argszero argszero left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ LGTM — cycle 20260805-0056

复核确认:diff 与上轮一致(build-runtime.sh Windows 软链改复制)。bash -n OK;GUI 22 pass / 0 fail / 8 skip 全绿。无新增问题。

@argszero argszero left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ LGTM — cycle 20260805-0058

第三次复核:diff 稳定(build-runtime.sh Windows 软链改复制 + .exe 跨版本路径兜底)。bash -n OK;GUI 22 pass / 0 fail / 8 skip;pytest 464 passed。3 个不同 cycle(0049/0056/0058)连续 LGTM,满足合并条件。

@argszero
argszero merged commit fed79e6 into master Aug 4, 2026
1 check passed
@argszero
argszero deleted the feature/build-release-fixes8 branch August 5, 2026 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant