-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom cockroach binary via env variable #84
Conversation
LGTM! thank you. would you mind rebasing? |
fb4f3cf
to
f84584f
Compare
Done. |
Tests are failing (the same is in the master):
|
It looks like that test is broken against cockroachdb master. Will skip for now, and I created #87 |
I merged #88 which skips that test. Sorry for the hassle, but could you try rebasing again? |
f84584f
to
d21fbac
Compare
Sure, done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! thanks
This adds the ability to specify a custom cockroach binary via
COCKROACH_BINARY
env variable.Existing
--cockroach-binary
flag has more priority than the new env variable.See: #68