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
ci(release-lib): avoid installing wrong binary from p3m (#1794)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
ci(release-lib): reduce ARM Linux build memory pressure in release-lib (
#1783)
## Summary
- limit Rust build parallelism on ARM Linux targets (`aarch64-unknown-linux-*`)
- override `dist-release` LTO to `thin` only for ARM Linux in CI
- keep scope limited to `.github/workflows/release-lib.yml`
## Why
- mitigate hosted runner instability (`runner lost communication`) during ARM library builds
- reduce peak memory pressure during Rust build/link steps while keeping release optimizations
## Notes
- targets affected: `aarch64-unknown-linux-gnu`, `aarch64-unknown-linux-musl`
- changes are CI-only and platform-scoped