Skip to content

Commit 9cceb2d

Browse files
authored
Move WASI builders to tier 2 (#464)
1 parent 3b6f5de commit 9cceb2d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

master/custom/builders.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@
140140
("ARM64 macOS", "pablogsal-macos-m1", MacOSArmWithBrewBuild),
141141
("ARM64 MacOS M1 NoGIL", "itamaro-macos-arm64-aws", MacOSArmWithBrewNoGilBuild),
142142
("ARM64 MacOS M1 Refleaks NoGIL", "itamaro-macos-arm64-aws", MacOSArmWithBrewNoGilRefleakBuild),
143+
144+
# WASI
145+
("wasm32-wasi Non-Debug", "bcannon-wasi", Wasm32WasiCrossBuild),
146+
("wasm32-wasi", "bcannon-wasi", Wasm32WasiDebugBuild),
143147
]
144148

145149

@@ -175,10 +179,6 @@
175179
# Windows aarch64 MSVC
176180
("ARM64 Windows", "linaro-win-arm64", WindowsARM64Build),
177181
("ARM64 Windows Non-Debug", "linaro-win-arm64", WindowsARM64ReleaseBuild),
178-
179-
# WASI
180-
("wasm32-wasi Non-Debug", "bcannon-wasi", Wasm32WasiCrossBuild),
181-
("wasm32-wasi", "bcannon-wasi", Wasm32WasiDebugBuild),
182182
]
183183

184184

@@ -256,6 +256,9 @@
256256
("aarch64 CentOS9 Refleaks", "cstratak-CentOS9-aarch64", UnixRefleakBuild),
257257
("aarch64 CentOS9 LTO", "cstratak-CentOS9-aarch64", LTONonDebugUnixBuild),
258258
("aarch64 CentOS9 LTO + PGO", "cstratak-CentOS9-aarch64", LTOPGONonDebugBuild),
259+
260+
# WebAssembly
261+
("wasm32 WASI 8Core", "kushaldas-wasi", Wasm32WasiCrossBuild),
259262
]
260263

261264

@@ -276,9 +279,6 @@
276279
# FreBSD x86-64 clang
277280
# FreeBSD 15 is CURRENT: development branch (at 2023-10-17)
278281
("AMD64 FreeBSD15", "opsec-fbsd15", UnixBuild),
279-
280-
# WebAssembly
281-
("wasm32 WASI 8Core", "kushaldas-wasi", Wasm32WasiCrossBuild),
282282
]
283283

284284

0 commit comments

Comments
 (0)