Skip to content

Commit 51a773f

Browse files
committed
[Preset] Add corelibs foundation presets (SR-9950)
(cherry picked from commit e8733ce)
1 parent b0ebc8c commit 51a773f

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

utils/build-presets.ini

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1683,3 +1683,44 @@ build-swift-examples=0
16831683
swift-include-tests=0
16841684
darwin-deployment-version-ios=10.0
16851685
darwin-crash-reporter-client=1
1686+
1687+
[preset: install_swiftsyntax_parser]
1688+
release
1689+
lto
1690+
no-assertions
1691+
build-libparser-only
1692+
verbose-build
1693+
darwin-install-extract-symbols
1694+
install-swift
1695+
1696+
1697+
#===------------------------------------------------------------------------===#
1698+
# Linux corelibs foundation preset
1699+
#===------------------------------------------------------------------------===#
1700+
[preset: buildbot_corelibs_foundation_linux,debug]
1701+
release
1702+
validation-test
1703+
1704+
libicu
1705+
llbuild
1706+
swiftpm
1707+
xctest
1708+
debug-foundation
1709+
libdispatch
1710+
1711+
reconfigure
1712+
lit-args=-v
1713+
1714+
[preset: buildbot_corelibs_foundation_linux,release]
1715+
release
1716+
validation-test
1717+
1718+
libicu
1719+
llbuild
1720+
swiftpm
1721+
xctest
1722+
foundation
1723+
libdispatch
1724+
1725+
reconfigure
1726+
lit-args=-v

0 commit comments

Comments
 (0)