Commit 6453b79
fix(wave3): copy crates/ into rust-builder (workspace members were omitted)
The shared rust-builder stage copied only src/rust + src/interfaces + benches,
but Cargo.toml's [workspace] members include crates/echidna-core{,-spark},
echidna-mcp, echidna-wire, typed_wasm. `cargo build` failed:
failed to read `/build/crates/echidna-core/Cargo.toml`: No such file.
This stage was a byte-identical copy of the original nine Containerfiles, so
those images could never have built green either — corroborates the
stale-doc-drift finding (Wave-3 "done" was never build-verified).
Found by actually running `podman build` on all 9 targets (all failed fast at
this step before any expensive prover build).
Refs #53.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e04fd37 commit 6453b79
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
47 | 52 | | |
48 | 53 | | |
49 | 54 | | |
| |||
0 commit comments