Skip to content

Commit f1479d5

Browse files
committed
[GR-18538] do not build managed C API in CE
1 parent d95ad66 commit f1479d5

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ overlay: "41b5d34c082c57db236d3a620b1dc1d367537fac" }
1+
{ overlay: "68c75d282acc4e876cd93a161a9abb2918c5a006" }

mx.graalpython/mx_graalpython.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,12 +1201,6 @@ def build(self):
12011201
mx.ensure_dir_exists(cwd)
12021202
rc = self.run(args, cwd=cwd)
12031203
shutil.rmtree(cwd) # remove the temporary build files
1204-
# TODO: GR-18535
1205-
if mx.suite("sulong-managed", fatalIfMissing=False):
1206-
mx.log("Building C API project com.oracle.graal.python.cext managed ...")
1207-
mx.ensure_dir_exists(cwd)
1208-
rc = self.run(["--llvm.managed"] + args, cwd=cwd)
1209-
shutil.rmtree(cwd) # remove the temporary build files
12101204
return min(rc, 1)
12111205

12121206
def src_dir(self):

0 commit comments

Comments
 (0)