Skip to content

Commit ee530d9

Browse files
committed
update_import: sync/inline entire graal/ci subfolder alongside common.json
1 parent da6ec39 commit ee530d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1779,9 +1779,9 @@ def update_import_cmd(args):
17791779
shutil.copy(
17801780
join(mx.suite("truffle").dir, "..", "common.json"),
17811781
join(overlaydir, "python", "graal", "common.json"))
1782-
shutil.copy(
1783-
join(mx.suite("truffle").dir, "..", "ci", "common.jsonnet"),
1784-
join(overlaydir, "python", "graal", "ci", "common.jsonnet"))
1782+
shutil.copytree(
1783+
join(mx.suite("truffle").dir, "..", "ci"),
1784+
join(overlaydir, "python", "graal", "ci"))
17851785

17861786
# update the graal-enterprise revision in the overlay (used by benchmarks)
17871787
with open(join(overlaydir, "python", "imported-constants.json"), 'w') as fp:

0 commit comments

Comments
 (0)