Skip to content

Commit b653a92

Browse files
committed
fix update of enterprise commonjsonnet
1 parent 1b62a61 commit b653a92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2102,6 +2102,7 @@ def update_import_cmd(args):
21022102
join(overlaydir, "python", "graal", "ci"),
21032103
dirs_exist_ok=True)
21042104

2105+
mx.run_mx(['--dynamicimports', '/graal-enterprise', 'checkout-downstream', 'compiler', 'graal-enterprise'])
21052106
enterprisedir = join(SUITE.dir, "..", "graal-enterprise")
21062107
shutil.copy(
21072108
join(enterprisedir, "common.json"),

0 commit comments

Comments
 (0)