Skip to content

Fix macOS release architecture verification - #9

Merged
SunChJ merged 2 commits into
mainfrom
codex/fix-release-architecture-check
Jul 23, 2026
Merged

Fix macOS release architecture verification#9
SunChJ merged 2 commits into
mainfrom
codex/fix-release-architecture-check

Conversation

@SunChJ

@SunChJ SunChJ commented Jul 23, 2026

Copy link
Copy Markdown
Collaborator

What changed

  • fix the lipo -verify_arch argument order in the release workflow
  • verify the built executable architecture in normal arm64 and x86_64 CI
  • add an explicit, default-off recovery switch for publishing an existing immutable tag
  • document how to recover a failed workflow without moving or recreating the tag

Root cause

The v0.8.0 arm64 and x86_64 builds completed, but both release jobs passed the input file after -verify_arch. Xcode 16.4 interpreted that path as an architecture flag and failed before codesign verification.

Validation

  • swift test --parallel (171 tests)
  • release build plus corrected lipo verification on arm64
  • git diff --check
  • workflow YAML parsing

The PR CI additionally exercises release builds and architecture verification on both macOS architectures.

@SunChJ
SunChJ marked this pull request as ready for review July 23, 2026 12:51
@SunChJ
SunChJ merged commit 72272bd into main Jul 23, 2026
4 checks passed
@SunChJ
SunChJ deleted the codex/fix-release-architecture-check branch July 23, 2026 12:52
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