mirror of
https://github.com/moby/buildkit.git
synced 2026-08-09 01:01:08 +00:00
@@ -36,8 +36,6 @@ type execOp struct {
|
||||
}
|
||||
|
||||
func NewExecOp(v solver.Vertex, op *pb.Op_Exec, cm cache.Manager, md *metadata.Store, exec executor.Executor, w worker.Worker) (solver.Op, error) {
|
||||
logrus.Debugf("newexecop %#v", op.Exec.Meta)
|
||||
|
||||
return &execOp{
|
||||
op: op.Exec,
|
||||
cm: cm,
|
||||
|
||||
Reference in New Issue
Block a user