You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ../../../../../bin/jruby -run -e rm -- -f openssl.su
# Removes file if it exists
Actual Behavior
../../../../../bin/jruby -X+T -run -e rm -- -f openssl.su
WARNING: This JVM does not have the Graal compiler. JRuby+Truffle's performance without it will be limited. See https://github.com/jruby/jruby/wiki/Truffle-FAQ#how-do-i-get-jrubytruffle
/Users/brandonfish/Documents/jruby/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:55:in `gem_original_require': cannot load such file -- un (LoadError)
from /Users/brandonfish/Documents/jruby/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:55:in `require'
from -e:1:in `<main>'
Also should work using bin/jruby-truffle
Found using mkmf makefile
The text was updated successfully, but these errors were encountered:
Example
Expected Behavior
Actual Behavior
Also should work using
bin/jruby-truffle
Found using
mkmf
makefileThe text was updated successfully, but these errors were encountered: