Skip to content

Commit a8318eb

Browse files
revert : support different JDK version between CE and EE for labsjdk-latest
1 parent 7fadcea commit a8318eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/ci/ci_common/gate.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@
487487
local jdk_latest_version_check_builds = [self.make_build(self.jdk_latest, "linux-amd64", "build", extra_tasks={build:: s.base("build"),}).build + galahad.exclude {
488488
environment+: {
489489
# Run the strict JVMCI version check, i.e., that JVMCIVersionCheck.JVMCI_MIN_VERSION matches the versions in common.json.
490-
JVMCI_VERSION_CHECK: "ignore",
490+
JVMCI_VERSION_CHECK: "strict",
491491
},
492492
}],
493493

0 commit comments

Comments
 (0)