 f867156a38
			
		
	
	f867156a38
	
	
	
		
			
			Use vendored-in protos in the project path rather than expecting developers to have them in a local path on the host. This made a generated change in the FileDescriptor content, but everything else matches and binaries are building properly. Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
		
			
				
	
	
		
			4 lines
		
	
	
		
			376 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			376 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package execution
 | |
| 
 | |
| //go:generate protoc -I.:../../vendor:../../vendor/github.com/gogo/protobuf:../../../../../..:/usr/local/include --gogoctrd_out=plugins=grpc,import_path=github.com/docker/containerd/api/execution,Mgogoproto/gogo.proto=github.com/gogo/protobuf/gogoproto,Mgoogle/protobuf/descriptor.proto=github.com/gogo/protobuf/protoc-gen-gogo/descriptor:. execution.proto
 |