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 @@ -1778,3 +1778,44 @@ build-swift-examples=0
1778
1778
swift-include-tests =0
1779
1779
darwin-deployment-version-ios =10.0
1780
1780
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
You can’t perform that action at this time.
0 commit comments