Skip to content

Commit e391058

Browse files
committed
[GR-15978] Change match pattern for JVMCI to reflect new numbering scheme.
PullRequest: truffleruby/853
2 parents 11f8a86 + bca31c7 commit e391058

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: "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)