Skip to content

[Preset] Remove building Swift static from macOS presets. #26343

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 25, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions utils/build-presets.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ dash-dash
verbose-build
build-ninja

# Build static standard library because it is used
# to build external projects.
build-swift-static-stdlib
build-swift-static-sdk-overlay
build-swift-stdlib-unittest-extra

install-swift
Expand Down Expand Up @@ -247,11 +243,6 @@ mixin-preset=

lto

dash-dash

build-swift-static-stdlib
build-swift-static-sdk-overlay

# Don't run host tests for iOS, tvOS and watchOS platforms to make the build
# faster.
skip-test-ios-host
Expand All @@ -264,11 +255,6 @@ mixin-preset=

lto

dash-dash

build-swift-static-stdlib
build-swift-static-sdk-overlay

# Don't run host tests for iOS, tvOS and watchOS platforms to make the build
# faster.
skip-test-ios-host
Expand Down Expand Up @@ -1309,8 +1295,6 @@ mixin-preset=
ios
tvos
watchos
build-swift-static-stdlib
build-swift-static-sdk-overlay
swift-stdlib-build-type=Release

[preset: LLDB_Swift_ReleaseAssert]
Expand All @@ -1333,8 +1317,6 @@ mixin-preset=
ios
tvos
watchos
build-swift-static-stdlib
build-swift-static-sdk-overlay
swift-stdlib-build-type=Release

#===------------------------------------------------------------------------===#
Expand Down