google / mysql-ripple

Ripple, a server that can serve as a middleman in MySQL replication
Apache License 2.0
373 stars 46 forks source link

Could you please provide the binary directly? #10

Open lynch0227 opened 5 years ago

lynch0227 commented 5 years ago

Hi guys, Could you please provide the binary directly?

Thank you.

pivanof commented 5 years ago

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?

lynch0227 commented 5 years ago

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

pivanof commented 5 years ago

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

lynch0227 commented 5 years ago

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

pivanof commented 5 years ago

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/).

lynch0227 commented 5 years ago

@pivanof OK, Thanks for your help.