Skip to content

Commit

Permalink
rm buildpack.FromBuilderLocator handler
Browse files Browse the repository at this point in the history
Author:    edithwuly <[email protected]>
Date:      Fri Apr 7 14:38:43 2023 +0800
  • Loading branch information
edithwuly committed Apr 7, 2023
1 parent 5e8633a commit cc571b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/client/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -1094,9 +1094,6 @@ func (c *Client) processExtensions(ctx context.Context, builderImage imgutil.Ima
return nil, nil, errors.New("RegistryLocator type is not valid for extensions")
case buildpack.FromBuilderLocator:
return nil, nil, errors.New("from builder is not supported for extensions")

orderExtensions = newOrderExtensions
}
default:
newFetchedExs, moduleInfo, err := c.fetchBuildpack(ctx, ex, relativeBaseDir, builderImage, builderExs, opts, buildpack.KindExtension)
if err != nil {
Expand Down

0 comments on commit cc571b6

Please sign in to comment.