Commit 83200d2
fix(container): copy benches/ so root manifest parses in minimal image
cargo validates every declared target when parsing Cargo.toml, even for
`--bin echidna`. Root manifest declares explicit [[bench]] targets
(proof_benchmarks, routing_benchmarks at benches/*.rs); without benches/
in the build context the parse fails with
`can't find 'proof_benchmarks' bench`. Verified locally via
`cargo metadata --no-deps` against the exact Containerfile copy set.
Completes the minimal-image build-context fix (cf. prior crates/ commit).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent b8995dc commit 83200d2
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
35 | 42 | | |
36 | 43 | | |
37 | 44 | | |
| |||
0 commit comments