Skip to content

fix(ci): skip strip for cross-compiled binaries#12

Merged
bug-ops merged 1 commit intomainfrom
fix/cross-strip
Dec 22, 2025
Merged

fix(ci): skip strip for cross-compiled binaries#12
bug-ops merged 1 commit intomainfrom
fix/cross-strip

Conversation

@bug-ops
Copy link
Owner

@bug-ops bug-ops commented Dec 22, 2025

Summary

  • Skip strip command for cross-compiled targets (aarch64-linux-gnu)
  • Host strip cannot process ARM binaries
  • Rust's strip = true in release profile already handles stripping during compilation

Fixes

Release workflow failing on aarch64-unknown-linux-gnu build.

@github-actions github-actions bot added needs-review Needs review ci CI/CD workflows size: XS <10 lines changed labels Dec 22, 2025
@bug-ops bug-ops merged commit 5d187d6 into main Dec 22, 2025
19 checks passed
@bug-ops bug-ops deleted the fix/cross-strip branch December 22, 2025 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CI/CD workflows needs-review Needs review size: XS <10 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant