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

Fixes for vagrant setup #4782

Merged
merged 1 commit into from
Apr 2, 2019
Merged

Fixes for vagrant setup #4782

merged 1 commit into from
Apr 2, 2019

Conversation

rafael
Copy link
Member

@rafael rafael commented Apr 2, 2019

Desc

Signed-off-by: Rafael Chacon <rafael@slack-corp.com>
@rafael rafael requested a review from sougou as a code owner April 2, 2019 21:58
Copy link
Contributor

@dkhenry dkhenry left a comment

Choose a reason for hiding this comment

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

👍

@rafael rafael merged commit 3818c0b into vitessio:master Apr 2, 2019
@rafael rafael deleted the fixes-for-vm branch April 2, 2019 22:41
@@ -14,6 +14,10 @@ printf "\nBuilding Vitess...\n"
sudo chown "$(whoami)":"$(whoami)" /vagrant
sudo chown "$(whoami)":"$(whoami)" /vagrant/src
cd "$VITESS_WORKSPACE"

# open-jdk version that we are using in the VM needs this flag, otherwise we will fail to build ZK
export JAVA_TOOL_OPTIONS="-Dhttps.protocols=TLSv1.2"
Copy link
Member

Choose a reason for hiding this comment

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

in vagrant we install openjdk-7-jdk while in Docker we use openjdk-8-jdk.

This is another example for #4780

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah. This is a limitation of the ubuntu version we are using in the Vagrant setup. We need to do some upgrades. openjdk-8 is not available. I think we should do that as part of a different PR.

@guidoiaquinti
Copy link
Member

guidoiaquinti commented Apr 3, 2019 via email

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.

3 participants