Skip to content

Commit

Permalink
compiler: no more JDK 21 style gate in galahad
Browse files Browse the repository at this point in the history
  • Loading branch information
zapster committed May 30, 2024
1 parent 07d3bc2 commit 90def08
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 @@ -160,7 +160,7 @@
bootstrap_full_zgc:: s.base("build,bootstrapfullverify", no_warning_as_error=true, extra_vm_args="-XX:+UseZGC -XX:-ZGenerational"),
bootstrap_economy:: s.base("build,bootstrapeconomy", no_warning_as_error=true, extra_vm_args="-Djdk.graal.CompilerConfiguration=economy"),

style:: c.deps.eclipse + c.deps.jdt + s.base("style,fullbuild,javadoc") + galahad.include,
style:: c.deps.eclipse + c.deps.jdt + s.base("style,fullbuild,javadoc") + galahad.exclude,

avx3:: {
capabilities+: ["avx512"],
Expand Down

0 comments on commit 90def08

Please sign in to comment.