Skip to content

fix: 添加 binutils 依赖解决 Linux 构建问题#2

Merged
donnel666 merged 2 commits intomainfrom
fix/ci-binutils
Nov 30, 2025
Merged

fix: 添加 binutils 依赖解决 Linux 构建问题#2
donnel666 merged 2 commits intomainfrom
fix/ci-binutils

Conversation

@donnel666
Copy link
Copy Markdown
Owner

PyInstaller 在 Linux 上需要 objdump 工具,该工具由 binutils 包提供。

修复内容

  • 在 CI build job 中添加 sudo apt-get install -y binutils 步骤

测试

  • CI 将自动运行验证修复是否有效

PyInstaller 在 Linux 上需要 objdump 工具,该工具由 binutils 包提供。
@donnel666 donnel666 merged commit 29b9613 into main Nov 30, 2025
19 checks passed
@donnel666 donnel666 deleted the fix/ci-binutils branch November 30, 2025 09:15
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