Test successful JRuby start without using launcher

Native launcher appears to hang on GHA when the JDK version is too
old for JRuby 10. This bypasses it and should be a bit lighter. It
will also avoid any variability in the launcher used, since Unixes
and Windows already use different executables.
This commit is contained in:
Charles Oliver Nutter
2025-03-13 20:32:49 +01:00
committed by Benoit Daloze
parent e17c5ea7eb
commit 6c79f721fa
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ export async function install(platform, engine, version) {
// Ensure JRuby has minimum Java version to run
if (engine === "jruby") {
await common.setupJavaHome()
await common.setupJavaHome(rubyPrefix)
}
return rubyPrefix