Skip to content

Commit 4f76051

Browse files
committed
Make sure that vm is imported before vm-enterprise
1 parent 23a60c5 commit 4f76051

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mx.graalpython/mx_graalpython_bisect.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ def benchmark_callback(suite, commit):
209209
if fetched_enterprise[0]:
210210
checkout_args.append('--no-fetch')
211211
mx.run_mx(checkout_args, out=mx.OutputCapture())
212+
# Make sure vm is imported before vm-enterprise
213+
get_suite('/vm')
212214
mx.run_mx(['--env', 'ee', 'sforceimports'], suite=get_suite('/vm-enterprise'))
213215
fetched_enterprise[0] = True
214216
suite.vc.update_to_branch(suite.vc_dir, commit)

0 commit comments

Comments
 (0)