File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 UnixNoGilBuild ,
1515 UnixNoGilRefleakBuild ,
1616 MacOSAsanNoGilBuild ,
17- AIXBuild ,
18- AIXBuildWithXLC ,
1917 ClangUnixBuild ,
2018 ClangUbsanLinuxBuild ,
2119 ClangUbsanFunctionLinuxBuild ,
Original file line number Diff line number Diff line change @@ -290,24 +290,6 @@ class UnixBigmemBuild(UnixBuild):
290290 factory_tags = ["bigmem" ]
291291
292292
293- class AIXBuild (UnixBuild ):
294- configureFlags = [
295- "--with-pydebug" ,
296- "--with-openssl=/opt/aixtools" ,
297- ]
298-
299-
300- class AIXBuildWithXLC (UnixBuild ):
301- buildersuffix = ".xlc"
302- configureFlags = [
303- "--with-pydebug" ,
304- "--with-openssl=/opt/aixtools" ,
305- "CC=xlc_r" ,
306- "LD=xlc_r" ,
307- ]
308- factory_tags = ["xlc" ]
309-
310-
311293class NonDebugUnixBuild (UnixBuild ):
312294 buildersuffix = ".nondebug"
313295 # Enable assertions regardless. Some children will override this,
You can’t perform that action at this time.
0 commit comments