Commit 62cad9d
fix(container): copy crates/ + benches/ in minimal & full Containerfiles
The workspace Cargo.toml declares path-deps crates/echidna-core and
crates/typed_wasm plus crates/* workspace members. The minimal
.containerization/Containerfile and Containerfile.full copied only
src/rust + src/interfaces, so the rust-builder stage failed:
error: failed to load manifest for workspace member
/build/crates/echidna-core/Cargo.toml — No such file or directory
This is the same omission Containerfile.wave3 already fixed in this PR;
carry the identical COPY crates/ (+ benches/) to the other two
Containerfiles so 'Build & verify container image' (ghcr-publish.yml,
which builds the minimal Containerfile) goes green. Containerfile.mcp
already had it.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e2527e1 commit 62cad9d
2 files changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
| 37 | + | |
32 | 38 | | |
33 | 39 | | |
34 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| |||
0 commit comments