Skip to content

Commit 007a657

Browse files
committed
[Preset] Add corelibs foundation presets (SR-9950)
(cherry picked from commit e8733ce)
1 parent 86a39df commit 007a657

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
@@ -1778,3 +1778,44 @@ build-swift-examples=0
17781778
swift-include-tests=0
17791779
darwin-deployment-version-ios=10.0
17801780
darwin-crash-reporter-client=1
1781+
1782+
[preset: install_swiftsyntax_parser]
1783+
release
1784+
lto
1785+
no-assertions
1786+
build-libparser-only
1787+
verbose-build
1788+
darwin-install-extract-symbols
1789+
install-swift
1790+
1791+
1792+
#===------------------------------------------------------------------------===#
1793+
# Linux corelibs foundation preset
1794+
#===------------------------------------------------------------------------===#
1795+
[preset: buildbot_corelibs_foundation_linux,debug]
1796+
release
1797+
validation-test
1798+
1799+
libicu
1800+
llbuild
1801+
swiftpm
1802+
xctest
1803+
debug-foundation
1804+
libdispatch
1805+
1806+
reconfigure
1807+
lit-args=-v
1808+
1809+
[preset: buildbot_corelibs_foundation_linux,release]
1810+
release
1811+
validation-test
1812+
1813+
libicu
1814+
llbuild
1815+
swiftpm
1816+
xctest
1817+
foundation
1818+
libdispatch
1819+
1820+
reconfigure
1821+
lit-args=-v

0 commit comments

Comments
 (0)