Skip to content

Commit b36a693

Browse files
Remove factories
1 parent 3f3372f commit b36a693

2 files changed

Lines changed: 0 additions & 20 deletions

File tree

master/custom/builders.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
UnixNoGilBuild,
1515
UnixNoGilRefleakBuild,
1616
MacOSAsanNoGilBuild,
17-
AIXBuild,
18-
AIXBuildWithXLC,
1917
ClangUnixBuild,
2018
ClangUbsanLinuxBuild,
2119
ClangUbsanFunctionLinuxBuild,

master/custom/factories.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff 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-
311293
class NonDebugUnixBuild(UnixBuild):
312294
buildersuffix = ".nondebug"
313295
# Enable assertions regardless. Some children will override this,

0 commit comments

Comments
 (0)