Skip to content
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

chore(contributing.adoc): Add explanation to add KOTLIN_JDK_HOME for building on MacOs #344

Merged
merged 1 commit into from
Jan 21, 2019

Conversation

rhuss
Copy link
Contributor

@rhuss rhuss commented Jan 21, 2019

As this seems to be a temporary workaround, just let document it.
Otherwise it would have made sense to adapt the Makefile to set it
automatically.

Fixes #297.

@@ -72,6 +72,16 @@ make dep

The `make dep` command runs `dep ensure -v` under the hood, so make sure that `dep` is properly installed.

On MacOS and Windows you have to set the environment variable `KOTLIN_JDK_HOME` pointing to your JDK (not JRE) home directory.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

on linux too

@lburgazzoli
Copy link
Contributor

can we you squash the commits ?

@rhuss
Copy link
Contributor Author

rhuss commented Jan 21, 2019

You can always squash when you approve (Select "Squash + Merge" when merging), but happy to todo it, too.

…building on MacOs

As this seems to be a temporary workaround, just let document it.
Otherwise it would have made sense to adapt the Makefile to set it
automatically.

Fixes apache#297.
@lburgazzoli
Copy link
Contributor

Yes but I prefer it to be the developer responsibility, as general rule I would like top keep only relevant commits so it is easier to eventually revert things

@rhuss
Copy link
Contributor Author

rhuss commented Jan 21, 2019

ok, I understand. So do you prefer to squash after every commit update (e.g. because of a review comment) or only when it's about to get merged ?

@lburgazzoli
Copy link
Contributor

When a PR is about to be merged

@lburgazzoli lburgazzoli merged commit 3a3a086 into apache:master Jan 21, 2019
@lburgazzoli
Copy link
Contributor

thx @rhuss

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants