Commit b8995dc
fix(container): copy crates/ into minimal Containerfile build context
The root `echidna` package is a Cargo workspace whose members include
crates/{echidna-core,echidna-core-spark,echidna-mcp,echidna-wire,typed_wasm}.
Stage-1 only COPYed Cargo manifests + src/rust + src/interfaces, so
`cargo build --release --bin echidna` failed reading
/build/crates/echidna-core/Cargo.toml (No such file or directory).
Pre-existing breakage (container-ci.yml has been red on main); surfaced
by #73's container-ci touch. Adds `COPY crates ./crates`.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 62cad9d commit b8995dc
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
29 | 35 | | |
30 | 36 | | |
31 | 37 | | |
| |||
0 commit comments