Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Regenerate proto files (#1092)
Browse files Browse the repository at this point in the history
The proto files in the current master are not compatible with the ones in dgraph.
See build for PR hypermodeinc/dgraph#4200
```
	[Step 3/5] # github.com/dgraph-io/dgraph/protos/pb
[11:02:11]	[Step 3/5] ../protos/pb/pb.pb.go:7146:29: m.Kv[iNdEx].MarshalToSizedBuffer undefined (type *pb.KV has no field or method MarshalToSizedBuffer)
[11:02:11]	[Step 3/5] ../protos/pb/pb.pb.go:7209:29: m.Kv[iNdEx].MarshalToSizedBuffer undefined (type *pb.KV has no field or method MarshalToSizedBuffer)
[11:02:40]	[Step 3/5] Makefile:66: recipe for target 'install' failed
[11:02:40]	[Step 3/5] make[1]: *** [install] Error 2
[11:02:40]	[Step 3/5] make[1]: Leaving directory '/home/pawan0201/go/src/github.com/dgraph-io/dgraph/dgraph'
[11:02:40]	[Step 3/5] make: *** [install] Error 2
[11:02:40]	[Step 3/5] Makefile:43: recipe for target 'install' failed
[11:02:40]	[Step 3/5] Process exited with code 2
```

https://teamcity.dgraph.io/viewLog.html?buildId=29232&buildTypeId=Dgraph_Blockade&tab=buildLog

This PR updates the proto files in badger. I've run `./gen.sh` script to regenerate these.
  • Loading branch information
Ibrahim Jarif authored Oct 21, 2019
1 parent c63cb2c commit dcef171
Showing 1 changed file with 258 additions and 220 deletions.
Loading

0 comments on commit dcef171

Please sign in to comment.