You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(wanda): Add BuildWithDeps to build dependency chains
Implement build integration for wanda dependency resolution. The CLI
now automatically builds all dependencies in topological order before
building the target spec.
- Add BuildWithDeps function that builds specs in dependency order
- Tag each built image with spec.Name for @ref resolution
- Update CLI to use BuildWithDeps (backward compatible)
- In RayCI mode, skip dep building (handled by prior pipeline steps)
- Add test fixtures and tests for dependency chain builds
Topic: wanda-build-deps
Relative: wanda-deps
Labels: draft
Generated with help from Claude Opus 4.5
Signed-off-by: andrew <andrew@anyscale.com>
0 commit comments