fix(release): 补齐 ARM64 GNU 冒烟测试运行库 - #43
Merged
Merged
Conversation
Co-Authored-By: Codex GPT-5.6 Sol <noreply@openai.com> Co-Authored-By: Codex GPT-5.6 Luna <noreply@openai.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
原因
v1.0.0 首次发布工作流在
aarch64-unknown-linux-gnu的 QEMU 冒烟测试中被门禁拦截。二进制已经成功构建且readelf确认为 AArch64,但运行时缺少libgcc_s.so.1。修复
libgcc-s1-arm64-cross验证
scripts/check-release-workflow.sh失败scripts/check-v1-contract.sh通过git diff --check通过首次发布运行未创建 GitHub Release;本 PR 合并后会将尚未发布的
v1.0.0标签重新指向新的主分支合并提交,并重新执行完整发布工作流。