File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -862,6 +862,7 @@ swift-testing-macros
862862xctest
863863swiftdocc
864864swiftformat
865+ wasmkit
865866
866867build-ninja
867868install-llvm
@@ -879,12 +880,11 @@ install-prefix=/usr
879880install-sourcekit-lsp
880881install-swiftformat
881882install-swiftdocc
883+ install-wasmkit
882884build-swift-static-stdlib
883885build-swift-static-sdk-overlay
884886build-swift-stdlib-unittest-extra
885887build-embedded-stdlib-cross-compiling
886-
887- wasmkit
888888build-wasm-stdlib
889889
890890# Executes the lit tests for the installable package that is created
@@ -958,6 +958,7 @@ mixin-preset=buildbot_linux
958958
959959llvm-targets-to-build =X86; ARM;AArch64;WebAssembly
960960wasmkit
961+ install-wasmkit
961962build-wasm-stdlib
962963# FIXME(katei): Test fails on a specific CI node.
963964# https://github.com/apple/swift/issues/70980
@@ -1416,6 +1417,7 @@ install-playgroundsupport
14161417install-sourcekit-lsp
14171418install-swiftformat
14181419install-swiftdocc
1420+ install-wasmkit
14191421
14201422install-destdir =%(install_destdir)s
14211423
You can’t perform that action at this time.
0 commit comments