@@ -36,6 +36,7 @@ build-ninja
36
36
# Build static standard library because it is used
37
37
# to build external projects.
38
38
build-swift-static-stdlib
39
+ build-swift-static-sdk-overlay
39
40
build-swift-stdlib-unittest-extra
40
41
41
42
compiler-vendor =apple
188
189
dash-dash
189
190
190
191
build-swift-static-stdlib
192
+ build-swift-static-sdk-overlay
191
193
192
194
# Don't run host tests for iOS, tvOS and watchOS platforms to make the build
193
195
# faster.
@@ -622,6 +624,7 @@ install-xctest
622
624
install-prefix =/usr
623
625
swift-install-components =autolink-driver; compiler;clang-builtin-headers;stdlib;swift-remote-mirror;sdk-overlay;license
624
626
build-swift-static-stdlib
627
+ build-swift-static-sdk-overlay
625
628
build-swift-stdlib-unittest-extra
626
629
627
630
# Executes the lit tests for the installable package that is created
@@ -685,6 +688,8 @@ install-xctest
685
688
install-prefix =/usr
686
689
swift-install-components =autolink-driver; compiler;clang-builtin-headers;stdlib;swift-remote-mirror;sdk-overlay;dev
687
690
build-swift-static-stdlib
691
+ build-swift-static-sdk-overlay
692
+
688
693
skip-test-lldb
689
694
690
695
# Executes the lit tests for the installable package that is created
@@ -768,6 +773,7 @@ lldb-build-type=Release
768
773
verbose-build
769
774
build-ninja
770
775
build-swift-static-stdlib
776
+ build-swift-static-sdk-overlay
771
777
build-swift-stdlib-unittest-extra
772
778
compiler-vendor =apple
773
779
playgroundlogger-build-type =Release
0 commit comments