We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
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
Repository: https://github.com/krainboltgreene/whiskey
My after_use_jruby hook for RVM:
#!/usr/bin/env bash . "${rvm_path}/scripts/functions/hooks/jruby" if [[ "${rvm_ruby_string}" =~ "jruby" ]] then export JRUBY_OPTS="-X-C -J-XX:+TieredCompilation -J-XX:TieredStopAtLevel=1 -J-client -J-d32 -Xcompile.invokedynamic=false -J-noverify" export JAVACMD=`which drip` export DRIP_INIT_CLASS=org.jruby.main.DripMain jruby_ngserver_start jruby_options_append "--ng" "${PROJECT_JRUBY_OPTS[@]}" else jruby_options_remove "--ng" "${PROJECT_JRUBY_OPTS[@]}" jruby_clean_project_options fi
To get it to happen just run: bundle exec bin/whiskey
bundle exec bin/whiskey
It'll just sit there.
The text was updated successfully, but these errors were encountered:
Could you test if removing Drip and rvm from the equation makes any difference?
Sorry, something went wrong.
I don't think I'll have time, sorry.
I didn't have time, it turns out.
No branches or pull requests
Repository: https://github.com/krainboltgreene/whiskey
My after_use_jruby hook for RVM:
To get it to happen just run:
bundle exec bin/whiskey
It'll just sit there.
The text was updated successfully, but these errors were encountered: