google/mysql-ripple

Could you please provide the binary directly?

Opened this issue · 6 comments

Hi guys,
Could you please provide the binary directly?

Thank you.

Sorry, we won't provide any pre-compiled binaries. It seems that compiling by yourself should be rather easy. Did you hit some problems doing that?

when I run 'bazel build :all', it still stucks at fetching protobuf.git.
Here is the log, How can I fix it?
Analyzing: 50 targets (0 packages loaded, 0 targets configured)
Fetching @com_google_protobuf; Cloning a6e1cc7e328c45a0cb9856c530c8f6cd23314163 of https://github.com/protocolbuffers/protobuf.git 81s

This is strange. Are you able to execute "git clone https://github.com/protocolbuffers/protobuf.git" yourself?

Yes, I can clone this repository, but it's too slow.

Unfortunately I don't have enough knowledge to try to suggest something in your case. It sounds like some general git problem, so maybe you can find some solution on the internet. Alternatively maybe someone else can compile and provide you the binaries (e.g. I know of https://lefred.be/content/ripple-binlog-server-for-mysql/).

@pivanof OK, Thanks for your help.