ai-code-battle/bots/rusher
jedarden 04cf11be83 fix(bots): use thin LTO and Cargo.lock in rusher build
- Switch from full LTO (lto=true) to thin LTO to avoid memory/ICE issues
- Include Cargo.lock in Dockerfile for reproducible dependency resolution
- Use opt-level='s' (balanced size/speed) instead of 'z' (max size opt)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 07:39:16 -04:00
..
src fix(types): add missing ReplayPlayer import and type annotation for transcript feature 2026-04-22 18:20:56 -04:00
.gitignore fix(bots): remove tracked target/ from rusher bot, add .gitignore 2026-04-24 07:32:01 -04:00
Cargo.lock fix(types): add missing ReplayPlayer import and type annotation for transcript feature 2026-04-22 18:20:56 -04:00
Cargo.toml fix(bots): use thin LTO and Cargo.lock in rusher build 2026-04-24 07:39:16 -04:00
Dockerfile fix(bots): use thin LTO and Cargo.lock in rusher build 2026-04-24 07:39:16 -04:00