-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
jruby+truffle setup creates gems in 'ruby' directory but jruby looks in 'jruby' directory #3569
Comments
I believe this happens because the tool is being run by a system Ruby rather than JRuby - but the tool shouldn't let that happen. As @tinco says the workaround is to rename Ping @pitr-ch |
Hello @tinco, (2.) how do you run I've tried to reproduce your steps (without docker) but the wrapper worked for me in setup environment. |
Ah, @nirvdrum helped me to figure out why do you see ruby instead of jruby, fix is coming. For now switching your env. to jruby-master before running |
|
Good work and thanks 👍 |
Can this be closed? |
When running a truffle project I get the following exception:
Steps to reproduce:
require 'rack'
echo 'exec /jruby-master/bin/jruby -X+T -r "./.jruby+truffle_bundle/bundler/setup.rb" "$@"' > /jruby-master/bin/ruby && chmod +x /jruby-master/bin/ruby
jruby
, error should disappearI wrote these steps from heart, it might be that I missed something crucial. There's a docker environment that had the problem here: phusion/truffle-test@6395e74
The text was updated successfully, but these errors were encountered: