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
862
862
xctest
863
863
swiftdocc
864
864
swiftformat
865
+ wasmkit
865
866
866
867
build-ninja
867
868
install-llvm
@@ -879,12 +880,11 @@ install-prefix=/usr
879
880
install-sourcekit-lsp
880
881
install-swiftformat
881
882
install-swiftdocc
883
+ install-wasmkit
882
884
build-swift-static-stdlib
883
885
build-swift-static-sdk-overlay
884
886
build-swift-stdlib-unittest-extra
885
887
build-embedded-stdlib-cross-compiling
886
-
887
- wasmkit
888
888
build-wasm-stdlib
889
889
890
890
# Executes the lit tests for the installable package that is created
@@ -958,6 +958,7 @@ mixin-preset=buildbot_linux
958
958
959
959
llvm-targets-to-build =X86; ARM;AArch64;WebAssembly
960
960
wasmkit
961
+ install-wasmkit
961
962
build-wasm-stdlib
962
963
# FIXME(katei): Test fails on a specific CI node.
963
964
# https://github.com/apple/swift/issues/70980
@@ -1416,6 +1417,7 @@ install-playgroundsupport
1416
1417
install-sourcekit-lsp
1417
1418
install-swiftformat
1418
1419
install-swiftdocc
1420
+ install-wasmkit
1419
1421
1420
1422
install-destdir =%(install_destdir)s
1421
1423
You can’t perform that action at this time.
0 commit comments