Skip to content

Commit

Permalink
build: mark information requests as internal
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Apr 17, 2024
1 parent ac331d3 commit 8de7fe6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/opt.go
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,11 @@ func toSolveOpt(ctx context.Context, node builder.Node, multiDriver bool, opt Op
so.FrontendAttrs["ulimit"] = ulimits
}

// mark info request as internal
if opt.PrintFunc != nil {
so.Internal = true
}

return &so, releaseF, nil
}

Expand Down

0 comments on commit 8de7fe6

Please sign in to comment.