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): Build dependencies in topological order
Extend Build() to automatically build all dependencies before
building the root spec. In local mode, specs are discovered by scanning
the repo for *.wanda.yaml files and built in topological order. For a
slight optimization, in RayCI mode, only the root spec is built (deps built by prior pipeline
steps).
Topic: wanda-build-deps
Relative: wanda-deps
Signed-off-by: andrew <andrew@anyscale.com>
0 commit comments