Skip to content

Commit be039fa

Browse files
authored
Stabilize ware-debian-x86 worker's builders (#538)
1 parent 93b64d2 commit be039fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

master/custom/builders.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@
173173
("AMD64 Arch Linux Asan Debug", "pablogsal-arch-x86_64", UnixAsanDebugBuild),
174174
("AMD64 Arch Linux TraceRefs", "pablogsal-arch-x86_64", UnixTraceRefsBuild),
175175
("AMD64 Arch Linux Perf", "pablogsal-arch-x86_64", UnixPerfBuild),
176+
177+
# Linux x86 (32-bit) GCC
178+
("x86 Debian Non-Debug with X", "ware-debian-x86", NonDebugUnixBuild),
179+
("x86 Debian Installed with X", "ware-debian-x86", UnixInstalledBuild),
176180
]
177181

178182

@@ -267,10 +271,6 @@
267271
("aarch64 Fedora Rawhide NoGIL refleaks", "cstratak-fedora-rawhide-aarch64", UnixNoGilRefleakBuild),
268272
("PPC64LE Fedora Rawhide NoGIL refleaks", "cstratak-fedora-rawhide-ppc64le", UnixNoGilRefleakBuild),
269273

270-
# Linux x86 (32-bit) GCC
271-
("x86 Debian Non-Debug with X", "ware-debian-x86", NonDebugUnixBuild),
272-
("x86 Debian Installed with X", "ware-debian-x86", UnixInstalledBuild),
273-
274274
# AIX ppc64
275275
("PPC64 AIX", "edelsohn-aix-ppc64", AIXBuild),
276276
("PPC64 AIX XLC", "edelsohn-aix-ppc64", AIXBuildWithXLC),

0 commit comments

Comments
 (0)