@@ -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.
@@ -620,6 +622,7 @@ install-xctest
620
622
install-prefix =/usr
621
623
swift-install-components =autolink-driver; compiler;clang-builtin-headers;stdlib;swift-remote-mirror;sdk-overlay;license
622
624
build-swift-static-stdlib
625
+ build-swift-static-sdk-overlay
623
626
build-swift-stdlib-unittest-extra
624
627
625
628
# Executes the lit tests for the installable package that is created
@@ -683,6 +686,8 @@ install-xctest
683
686
install-prefix =/usr
684
687
swift-install-components =autolink-driver; compiler;clang-builtin-headers;stdlib;swift-remote-mirror;sdk-overlay;dev
685
688
build-swift-static-stdlib
689
+ build-swift-static-sdk-overlay
690
+
686
691
skip-test-lldb
687
692
688
693
# Executes the lit tests for the installable package that is created
@@ -766,6 +771,7 @@ lldb-build-type=Release
766
771
verbose-build
767
772
build-ninja
768
773
build-swift-static-stdlib
774
+ build-swift-static-sdk-overlay
769
775
build-swift-stdlib-unittest-extra
770
776
compiler-vendor =apple
771
777
playgroundlogger-build-type =Release
0 commit comments