Skip to content

Commit

Permalink
Automatic merge of master into galahad
Browse files Browse the repository at this point in the history
  • Loading branch information
OracleLabsAutomation committed Oct 3, 2024
2 parents a426f60 + be8d0ec commit 3ffb313
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions substratevm/mx.substratevm/mx_substratevm_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,12 +235,7 @@ def skip_agent_assertions(self, benchmark, args):

def build_assertions(self, benchmark, is_gate):
build_assertions = super(RenaissanceNativeImageBenchmarkSuite, self).build_assertions(benchmark, is_gate)
if benchmark == 'db-shootout' and is_gate:
# We are skipping build assertions in this package due to a problem with reflective access to a fields
# annotated with InjectAccessors (GR-36056).
return build_assertions + ['-J-da:com.oracle.svm.hosted.ameta.AnalysisConstantReflectionProvider']
else:
return build_assertions
return build_assertions

def extra_image_build_argument(self, benchmark, args):
default_args = _RENAISSANCE_EXTRA_IMAGE_BUILD_ARGS[benchmark] if benchmark in _RENAISSANCE_EXTRA_IMAGE_BUILD_ARGS else []
Expand Down

0 comments on commit 3ffb313

Please sign in to comment.