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

Remove incompatible version of openssl098 #3857

Merged
merged 5 commits into from
Jan 4, 2017

Conversation

pkuczynski
Copy link
Member

Fixes #3844
Uses #3855

Check Homebrew requirements https://github.com/Homebrew/homebrew/wiki/Installation"
}

}
Copy link
Member

Choose a reason for hiding this comment

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

double closing of the function?

Copy link
Member Author

Choose a reason for hiding this comment

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

good catch! :)

@@ -290,6 +311,8 @@ requirements_osx_brew_libs_default()

requirements_osx_brew_check_custom homebrew/dupes # for: zlib

undesired_check openssl098
Copy link
Member

Choose a reason for hiding this comment

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

not sure it should be in custom or rather in before or define? or maybe we should add before_install? or even a new step uninstall? - if custom is called always - just leave it :)

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, the requirements_osx_brew_libs_default is called in few places, that's why I put it there. Not sure if we should have a dedicated uninstall function. Possibly. Didn't want to invest too much of the time having RVM2 down the road...

Signed-off-by: Piotr Kuczynski <piotr.kuczynski@gmail.com>
@pkuczynski pkuczynski merged commit dcd9d82 into master Jan 4, 2017
@pkuczynski pkuczynski deleted the bugfix/3844-remove-openssl098 branch January 4, 2017 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants