We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 241a8a5 commit a654722Copy full SHA for a654722
truffle/mx.truffle/mx_polybench/command.py
@@ -281,7 +281,7 @@ def _validate_jdk(run_spec: "PolybenchRunSpecification") -> mx.JDKConfig:
281
'(or a GraalVM built from source, e.g., with "mx -p /vm --env ce build").'
282
)
283
if not mx_sdk.GraalVMJDKConfig.is_graalvm(jdk.home):
284
- if run_spec.is_native:
+ if run_spec.is_native():
285
mx.abort(
286
f"Polybench was invoked with a non-Graal JDK ({jdk.home}), but a native image run was requested. "
287
f"Re-run using a Graal JDK. " + rerun_details
0 commit comments