| 13 | ) |
| 14 | |
| 15 | type stubExecutor struct{} |
| 16 | |
| 17 | func (w *stubExecutor) Run(ctx context.Context, id string, root executor.Mount, mounts []executor.Mount, process executor.ProcessInfo, started chan<- struct{}) (resourcetypes.Recorder, error) { |
| 18 | return nil, errors.New("buildkit executor not implemented for " + runtime.GOOS) |
nothing calls this directly
no outgoing calls
no test coverage detected