Skip to content

Commit fa39f59

Browse files
committed
vm/ci: add DisableSubstitutionReturnTypeCheck option to quarkus benchmarks [GR-48152]
1 parent de4e5ec commit fa39f59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java-benchmarks/mx.java-benchmarks/mx_java_benchmarks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ def extra_image_build_argument(self, benchmark, args):
375375
'-H:+AllowFoldMethods',
376376
'-H:-UseServiceLoaderFeature',
377377
'-H:+AllowDeprecatedBuilderClassesOnImageClasspath', # needs to be removed once GR-41746 is fixed
378+
'-H:+DisableSubstitutionReturnTypeCheck', # remove once Quarkus fixed their substitutions (GR-48152)
378379
]) + super(BaseQuarkusBenchmarkSuite, self).extra_image_build_argument(benchmark, args)
379380

380381

0 commit comments

Comments
 (0)