Skip to content

Commit 847e40a

Browse files
committed
Requirements aren't guaranteed to resolve
1 parent bc69a84 commit 847e40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/buildplan/hydrate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func (b *BuildPlan) hydrate() error {
5555
}
5656
ingredient, ok := ingredientLookup[source.IngredientID]
5757
if !ok {
58-
return errs.New("missing ingredient for source ID: %s", req.Source)
58+
continue
5959
}
6060
b.requirements = append(b.requirements, &Requirement{
6161
Requirement: req.Requirement,

0 commit comments

Comments
 (0)