Skip to content

Commit e81cb16

Browse files
committed
Stop updating enterprise revision in ci overlay
1 parent 68e4a55 commit e81cb16

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2023,11 +2023,6 @@ def update_import_cmd(args):
20232023
join(overlaydir, "python", "graal-enterprise", "ci"),
20242024
dirs_exist_ok=True)
20252025

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-
20312026
repos_updated = []
20322027

20332028
# now allow dependent repos to hook into update

0 commit comments

Comments
 (0)