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): add missing binaries and fix build errors
- Add isolation.elf and isolation_attacker.elf to build.sh
These were defined in Cargo.toml but not being copied
- Fix double_fault_handler parameter naming (error_code -> _error_code)
to match usage in function body
- Add rust-objcopy commands for new binaries
This should resolve the kernel build failures in CI.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments