Skip to content

Commit 2bf71b3

Browse files
committed
[Preset] SR-2232 Update preset to use build-swift-static-sdk-overlay
1 parent 05acd96 commit 2bf71b3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

utils/build-presets.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ build-ninja
3636
# Build static standard library because it is used
3737
# to build external projects.
3838
build-swift-static-stdlib
39+
build-swift-static-sdk-overlay
3940
build-swift-stdlib-unittest-extra
4041

4142
compiler-vendor=apple
@@ -188,6 +189,7 @@ lto
188189
dash-dash
189190

190191
build-swift-static-stdlib
192+
build-swift-static-sdk-overlay
191193

192194
# Don't run host tests for iOS, tvOS and watchOS platforms to make the build
193195
# faster.
@@ -595,6 +597,7 @@ install-xctest
595597
install-prefix=/usr
596598
swift-install-components=autolink-driver;compiler;clang-builtin-headers;stdlib;swift-remote-mirror;sdk-overlay;license
597599
build-swift-static-stdlib
600+
build-swift-static-sdk-overlay
598601
build-swift-stdlib-unittest-extra
599602

600603
# Executes the lit tests for the installable package that is created
@@ -658,6 +661,8 @@ install-xctest
658661
install-prefix=/usr
659662
swift-install-components=autolink-driver;compiler;clang-builtin-headers;stdlib;swift-remote-mirror;sdk-overlay;dev
660663
build-swift-static-stdlib
664+
build-swift-static-sdk-overlay
665+
661666
skip-test-lldb
662667

663668
# Executes the lit tests for the installable package that is created
@@ -739,6 +744,7 @@ lldb-build-type=Release
739744
verbose-build
740745
build-ninja
741746
build-swift-static-stdlib
747+
build-swift-static-sdk-overlay
742748
build-swift-stdlib-unittest-extra
743749
compiler-vendor=apple
744750

0 commit comments

Comments
 (0)