Skip to content

Commit 0195423

Browse files
committed
Change match pattern for JVMCI to reflect new numbering scheme.
1 parent 33c2fe4 commit 0195423

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: "labsjdk",\n\s*version: "8u(\d+)-(jvmci-0.\d+)",/ =~ ci
132+
unless /JAVA_HOME: \{\n\s*name: "oraclejdk",\n\s*version: "8u(\d+)-(jvmci-\d+-b\d+)",/ =~ ci
133133
raise "JVMCI version not found in ci.jsonnet: #{ci[0, 1000]}"
134134
end
135135
end

0 commit comments

Comments
 (0)