File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 1
- { overlay: "41b5d34c082c57db236d3a620b1dc1d367537fac " }
1
+ { overlay: "68c75d282acc4e876cd93a161a9abb2918c5a006 " }
Original file line number Diff line number Diff line change @@ -1201,12 +1201,6 @@ def build(self):
1201
1201
mx .ensure_dir_exists (cwd )
1202
1202
rc = self .run (args , cwd = cwd )
1203
1203
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
1210
1204
return min (rc , 1 )
1211
1205
1212
1206
def src_dir (self ):
You can’t perform that action at this time.
0 commit comments