Skip to content

Commit cc99233

Browse files
committed
[GR-21590] Update imports.
PullRequest: graalpython/3561
2 parents c4ba335 + a19756f commit cc99233

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

mx.graalpython/mx_graalpython.py

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

1911+
mx.run_mx(['--dynamicimports', '/graal-enterprise', 'checkout-downstream', 'compiler', 'graal-enterprise'])
19111912
enterprisedir = join(SUITE.dir, "..", "graal-enterprise")
19121913
shutil.copy(
19131914
join(enterprisedir, "common.json"),

mx.graalpython/suite.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,31 +45,31 @@
4545
},
4646
{
4747
"name": "sdk",
48-
"version": "4d4b61da33e08109d3eef7cf899247ed150abab0",
48+
"version": "3b0c9730a69ff2a04d5640736b47e2c8d1ac2f1c",
4949
"subdir": True,
5050
"urls": [
5151
{"url": "https://github.com/oracle/graal", "kind": "git"},
5252
]
5353
},
5454
{
5555
"name": "tools",
56-
"version": "4d4b61da33e08109d3eef7cf899247ed150abab0",
56+
"version": "3b0c9730a69ff2a04d5640736b47e2c8d1ac2f1c",
5757
"subdir": True,
5858
"urls": [
5959
{"url": "https://github.com/oracle/graal", "kind": "git"},
6060
],
6161
},
6262
{
6363
"name": "sulong",
64-
"version": "4d4b61da33e08109d3eef7cf899247ed150abab0",
64+
"version": "3b0c9730a69ff2a04d5640736b47e2c8d1ac2f1c",
6565
"subdir": True,
6666
"urls": [
6767
{"url": "https://github.com/oracle/graal", "kind": "git"},
6868
]
6969
},
7070
{
7171
"name": "regex",
72-
"version": "4d4b61da33e08109d3eef7cf899247ed150abab0",
72+
"version": "3b0c9730a69ff2a04d5640736b47e2c8d1ac2f1c",
7373
"subdir": True,
7474
"urls": [
7575
{"url": "https://github.com/oracle/graal", "kind": "git"},

0 commit comments

Comments
 (0)