-
-
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
[Truffle] Bundle error #3782
Comments
the error can be reproduced with a very simple
and then run |
In general we don't support Bundler at the moment, however I think @bjfish has been trying it and I think he said we were nearly there. |
@brauliobo to get around bundler we currently use different tool, please have look at https://github.com/jruby/jruby/tree/master/lib/ruby/truffle/jruby%2Btruffle. If you run into trouble I'll help. |
Last time I tried I remember I was setting a custom GEM_HOME and using a different ruby to fetch the dependencies like this:
|
cool @bjfish! could you create a PR? |
I've tried the gist changes, but it does not work at the moment because rubygems versions differ in JRuby stdlib and JRuby+Truffle stdlib. Generated gem bins are not running with older rubygems. The tool is fine. |
Thanks for the issue, but I'll close now that we are moving repository. Bundler still isn't quite ready yet in general so we don't expect it to work. |
I got
Bundler::Dsl::DSLError
(nothing more, no stack trace) when trying to run jruby truffle with bundle exec:JAVACMD=/home/braulio/Projects/GraalVM-0.10/jre/bin/javao bundle exec jruby.bash -X+T ./bin/benchmark components/pos_tagger_bench.rb
. It works without-X+T
The text was updated successfully, but these errors were encountered: