File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change @@ -1683,3 +1683,44 @@ build-swift-examples=0
1683
1683
swift-include-tests =0
1684
1684
darwin-deployment-version-ios =10.0
1685
1685
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
You can’t perform that action at this time.
0 commit comments