Skip to content

Commit d54d0bf

Browse files
committed
[Preset] SR-2232 Update preset to use build-swift-static-sdk-overlay
1 parent 02d2517 commit d54d0bf

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.
@@ -620,6 +622,7 @@ install-xctest
620622
install-prefix=/usr
621623
swift-install-components=autolink-driver;compiler;clang-builtin-headers;stdlib;swift-remote-mirror;sdk-overlay;license
622624
build-swift-static-stdlib
625+
build-swift-static-sdk-overlay
623626
build-swift-stdlib-unittest-extra
624627

625628
# Executes the lit tests for the installable package that is created
@@ -683,6 +686,8 @@ install-xctest
683686
install-prefix=/usr
684687
swift-install-components=autolink-driver;compiler;clang-builtin-headers;stdlib;swift-remote-mirror;sdk-overlay;dev
685688
build-swift-static-stdlib
689+
build-swift-static-sdk-overlay
690+
686691
skip-test-lldb
687692

688693
# Executes the lit tests for the installable package that is created
@@ -766,6 +771,7 @@ lldb-build-type=Release
766771
verbose-build
767772
build-ninja
768773
build-swift-static-stdlib
774+
build-swift-static-sdk-overlay
769775
build-swift-stdlib-unittest-extra
770776
compiler-vendor=apple
771777
playgroundlogger-build-type=Release

0 commit comments

Comments
 (0)