We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a67c13 commit f201862Copy full SHA for f201862
tool/jt.rb
@@ -1174,7 +1174,7 @@ def test_cexts(*args)
1174
1175
# Test that running the post-install hook works, even when opt &
1176
# llvm-link are not on PATH, as it is the case on macOS.
1177
- sh({'TRUFFLERUBY_RECOMPILE_OPENSSL' => 'true'}, 'lib/truffle/post_install_hook.sh')
+ sh({'TRUFFLERUBY_RECOMPILE_OPENSSL' => 'true'}, 'mxbuild/graalvm/jre/languages/ruby/lib/truffle/post_install_hook.sh')
1178
1179
when 'gems'
1180
# Test that we can compile and run some real C extensions
0 commit comments