Commit aae0c67
committed
fix: clone crewai-rust in Docker build — path dep resolution
Cargo validates all path dependencies at workspace resolution time,
even optional ones. The `crewai-vendor` dep points to `../crewai-rust`
which resolves to `/crewai-rust` from WORKDIR `/build`. Added a git
clone step matching the existing rustynum pattern.
https://claude.ai/code/session_01EHNZhSmJ52FGyDxtCFgzXo1 parent 501891d commit aae0c67
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
| |||
0 commit comments