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 cross-compilation crash: strip failure on foreign architectures (e.g., ARM64 binary on x86_64 host) now correctly falls through as non-fatal instead of calling process.exit()
Add --hole-punch flag to zero unused ICU data before signing, reducing compressed binary size by ~24%. Uses binpunch internally. Opt-in via --hole-punch or FOSSILIZE_HOLE_PUNCH=y — drops non-English i18n data, so only enable for English-only CLIs.