You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): use cargo-zigbuild for cross-compilation in publish workflow
Replace BUILD_FROM_SOURCE=1 (QEMU emulation, 45+ min) with native
cross-compilation using cargo-zigbuild via stage-prebuilt-binaries.sh.
Docker now just copies prebuilt binaries (seconds) instead of compiling
Rust from source under QEMU emulation.
Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com>
Signed-off-by: Paolo Dettori <dettori@us.ibm.com>
0 commit comments