Skip to content

Commit bca31c7

Browse files
committed
Match openjdk, rather than oracle jdk.
1 parent 0195423 commit bca31c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/jt.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def jvmci_update_and_version
129129
end
130130
else
131131
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
132+
unless /JAVA_HOME: \{\n\s*name: "openjdk",\n\s*version: "8u(\d+)-(jvmci-.+)",/ =~ ci
133133
raise "JVMCI version not found in ci.jsonnet: #{ci[0, 1000]}"
134134
end
135135
end

0 commit comments

Comments
 (0)