Skip to content
This repository has been archived by the owner on Jun 28, 2018. It is now read-only.

MySQL Driver takes a long time to compile #68

Closed
nerdyc opened this issue Nov 21, 2015 · 2 comments
Closed

MySQL Driver takes a long time to compile #68

nerdyc opened this issue Nov 21, 2015 · 2 comments

Comments

@nerdyc
Copy link

nerdyc commented Nov 21, 2015

Incorporating this project into my own has caused compilation to take 30-ish seconds or more. The root cause is compiling the Go MySQL driver, which seems to compile C code it needs.

Since I'm using Postgres, this is a pain. Is there any way to make that dependency optional?

@waterlink
Copy link

It should be already optional. Recently this landed: #54

Though this only works if you are using migrate as the library, not the CLI tool. CLI tool still compiles all drivers.

@nerdyc
Copy link
Author

nerdyc commented Nov 21, 2015

Worked perfectly, I just hadn't updated since that landed. Thanks!

@nerdyc nerdyc closed this as completed Nov 21, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants