ai-code-battle/bots/rusher
jedarden f4baa4b817 fix(rusher): add musl-dev to fix crti.o linker error on Alpine
rust:1.85-alpine does not include musl-dev, causing the gcc linker to
fail with "cannot find crti.o". Required for serde_derive and other
proc-macro crates to compile.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 08:41:49 -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(rusher): add musl-dev to fix crti.o linker error on Alpine 2026-04-24 08:41:49 -04:00