Skip to content

Commit be6de35

Browse files
committed
[GR-57618] Use mx checkout-downstream to get enterprise in graalpython
PullRequest: graalpython/3458
2 parents 68e4a55 + 6194688 commit be6de35

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "fd9a3de6d1c8efc09b2274691a086ae7965581c2" }
1+
{ "overlay": "f34208d23ccb4436fd16a9e61d0fdbeb12fcb14e" }

mx.graalpython/mx_graalpython.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
import fnmatch
3030
import glob
3131
import itertools
32-
import json
3332
import os
3433
import pathlib
3534
import re
@@ -2023,11 +2022,6 @@ def update_import_cmd(args):
20232022
join(overlaydir, "python", "graal-enterprise", "ci"),
20242023
dirs_exist_ok=True)
20252024

2026-
# update the graal-enterprise revision in the overlay (used by benchmarks)
2027-
with open(join(overlaydir, "python", "imported-constants.json"), 'w') as fp:
2028-
d = {'GRAAL_ENTERPRISE_REVISION': revisions['graalpython-enterprise']}
2029-
json.dump(d, fp, indent=2)
2030-
20312025
repos_updated = []
20322026

20332027
# now allow dependent repos to hook into update

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": "94f7ff4486c8b4bb8751001824da00118f25ce70",
48+
"version": "65f4e4fce2a8343e851c2a7e76ac02e9c6bcfc73",
4949
"subdir": True,
5050
"urls": [
5151
{"url": "https://github.com/oracle/graal", "kind": "git"},
5252
]
5353
},
5454
{
5555
"name": "tools",
56-
"version": "94f7ff4486c8b4bb8751001824da00118f25ce70",
56+
"version": "65f4e4fce2a8343e851c2a7e76ac02e9c6bcfc73",
5757
"subdir": True,
5858
"urls": [
5959
{"url": "https://github.com/oracle/graal", "kind": "git"},
6060
],
6161
},
6262
{
6363
"name": "sulong",
64-
"version": "94f7ff4486c8b4bb8751001824da00118f25ce70",
64+
"version": "65f4e4fce2a8343e851c2a7e76ac02e9c6bcfc73",
6565
"subdir": True,
6666
"urls": [
6767
{"url": "https://github.com/oracle/graal", "kind": "git"},
6868
]
6969
},
7070
{
7171
"name": "regex",
72-
"version": "94f7ff4486c8b4bb8751001824da00118f25ce70",
72+
"version": "65f4e4fce2a8343e851c2a7e76ac02e9c6bcfc73",
7373
"subdir": True,
7474
"urls": [
7575
{"url": "https://github.com/oracle/graal", "kind": "git"},

0 commit comments

Comments
 (0)