Skip to content

Commit

Permalink
revert : support different JDK version between CE and EE for labsjdk-…
Browse files Browse the repository at this point in the history
…latest
  • Loading branch information
marwan-hallaoui committed Sep 26, 2024
1 parent 7fadcea commit a8318eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/ci/ci_common/gate.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@
local jdk_latest_version_check_builds = [self.make_build(self.jdk_latest, "linux-amd64", "build", extra_tasks={build:: s.base("build"),}).build + galahad.exclude {
environment+: {
# Run the strict JVMCI version check, i.e., that JVMCIVersionCheck.JVMCI_MIN_VERSION matches the versions in common.json.
JVMCI_VERSION_CHECK: "ignore",
JVMCI_VERSION_CHECK: "strict",
},
}],

Expand Down

0 comments on commit a8318eb

Please sign in to comment.