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 0195423 commit bca31c7Copy full SHA for bca31c7
tool/jt.rb
@@ -129,7 +129,7 @@ def jvmci_update_and_version
129
end
130
else
131
ci = File.read("#{TRUFFLERUBY_DIR}/ci.jsonnet")
132
- unless /JAVA_HOME: \{\n\s*name: "oraclejdk",\n\s*version: "8u(\d+)-(jvmci-\d+-b\d+)",/ =~ ci
+ unless /JAVA_HOME: \{\n\s*name: "openjdk",\n\s*version: "8u(\d+)-(jvmci-.+)",/ =~ ci
133
raise "JVMCI version not found in ci.jsonnet: #{ci[0, 1000]}"
134
135
0 commit comments