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: Add missing rustup targets for cross-compilation
Adds required rustup target installations before cross build commands.
This was the root cause of all CI/CD failures - missing cross-compilation
targets for Windows, macOS Intel, and macOS ARM platforms.
Changes:
- Add rustup target add for all 4 platforms
- Restore full multi-platform build capability
- Fixes error[E0463]: can't find crate for core
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments