@@ -396,6 +396,7 @@ install-llbuild
396
396
install-swiftpm
397
397
install-swift-driver
398
398
install-swiftsyntax
399
+ install-swiftformat
399
400
400
401
[preset: buildbot_incremental,tools=RA,stdlib=RA,apple_silicon]
401
402
mixin-preset =buildbot_incremental,tools =RA,stdlib =RA
@@ -603,6 +604,7 @@ install-llbuild
603
604
install-swiftpm
604
605
install-swiftsyntax
605
606
install-swift-driver
607
+ install-swiftformat
606
608
607
609
# We need to build the unittest extras so we can test
608
610
build-swift-stdlib-unittest-extra
@@ -872,6 +874,7 @@ lldb-test-swift-only
872
874
873
875
install-foundation
874
876
install-libdispatch
877
+ install-swiftformat
875
878
reconfigure
876
879
877
880
# gcc version on amazon linux 2 is too old to configure and build tablegen.
@@ -1039,6 +1042,7 @@ lit-args=-v
1039
1042
1040
1043
install-foundation
1041
1044
install-libdispatch
1045
+ install-swiftformat
1042
1046
reconfigure
1043
1047
test-optimized
1044
1048
@@ -1148,6 +1152,7 @@ install-swiftsyntax
1148
1152
install-foundation
1149
1153
install-libdispatch
1150
1154
install-xctest
1155
+ install-swiftformat
1151
1156
1152
1157
[preset: buildbot_incremental_linux,long_test]
1153
1158
mixin-preset =buildbot_incremental_linux
@@ -1311,6 +1316,7 @@ install-playgroundsupport
1311
1316
install-sourcekit-lsp
1312
1317
install-swiftformat
1313
1318
install-swiftdocc
1319
+ install-swiftformat
1314
1320
1315
1321
install-destdir =%(install_destdir)s
1316
1322
@@ -1625,6 +1631,7 @@ install-swiftpm
1625
1631
install-swift-driver
1626
1632
install-swiftsyntax
1627
1633
install-swiftdocc
1634
+ install-swiftformat
1628
1635
1629
1636
# Build the stress tester
1630
1637
skstresstester
@@ -1776,6 +1783,8 @@ assertions
1776
1783
1777
1784
# Downstream projects that import llbuild+SwiftPM.
1778
1785
sourcekit-lsp
1786
+ swiftformat
1787
+ install-swiftformat
1779
1788
1780
1789
toolchain-benchmarks
1781
1790
skip-test-toolchain-benchmarks
@@ -1795,6 +1804,8 @@ assertions
1795
1804
1796
1805
# Downstream projects that import llbuild+SwiftPM.
1797
1806
sourcekit-lsp
1807
+ swiftformat
1808
+ install-swiftformat
1798
1809
1799
1810
toolchain-benchmarks
1800
1811
skip-test-toolchain-benchmarks
@@ -1816,6 +1827,8 @@ assertions
1816
1827
1817
1828
# Downstream projects that import llbuild+SwiftPM.
1818
1829
sourcekit-lsp
1830
+ swiftformat
1831
+ install-swiftformat
1819
1832
1820
1833
# ===------------------------------------------------------------------------===#
1821
1834
# Test llbuild on Linux builder
@@ -1830,6 +1843,8 @@ assertions
1830
1843
1831
1844
# Downstream projects that import llbuild+SwiftPM.
1832
1845
sourcekit-lsp
1846
+ swiftformat
1847
+ install-swiftformat
1833
1848
1834
1849
# ===------------------------------------------------------------------------===#
1835
1850
# Test Swift Driver (new)
@@ -1863,6 +1878,7 @@ swiftsyntax-lint
1863
1878
swiftformat
1864
1879
skstresstester
1865
1880
sourcekit-lsp
1881
+ install-swiftformat
1866
1882
skip-test-swift =false
1867
1883
1868
1884
[preset: buildbot_swiftsyntax_linux]
@@ -1874,6 +1890,7 @@ swiftsyntax-enable-rawsyntax-validation
1874
1890
swiftsyntax-enable-test-fuzzing
1875
1891
sourcekit-lsp
1876
1892
swiftformat
1893
+ install-swiftformat
1877
1894
1878
1895
# ===------------------------------------------------------------------------===#
1879
1896
# Test Swift Format
@@ -1885,6 +1902,7 @@ release
1885
1902
assertions
1886
1903
swiftsyntax
1887
1904
swiftformat
1905
+ install-swiftformat
1888
1906
swiftsyntax-lint
1889
1907
sourcekit-lsp-lint
1890
1908
@@ -1917,13 +1935,16 @@ release
1917
1935
assertions
1918
1936
sourcekit-lsp
1919
1937
swiftformat
1938
+ install-swiftformat
1920
1939
sourcekit-lsp-lint
1921
1940
1922
1941
[preset: buildbot_sourcekitlsp_linux,no_sanitize]
1923
1942
mixin-preset =mixin_swiftpm_package_linux_platform
1924
1943
release
1925
1944
assertions
1926
1945
sourcekit-lsp
1946
+ swiftformat
1947
+ install-swiftformat
1927
1948
1928
1949
[preset: buildbot_sourcekitlsp_macos,sanitize]
1929
1950
mixin-preset =buildbot_sourcekitlsp_macos,no_sanitize
@@ -1951,13 +1972,17 @@ release
1951
1972
assertions
1952
1973
indexstore-db
1953
1974
sourcekit-lsp
1975
+ swiftformat
1976
+ install-swiftformat
1954
1977
1955
1978
[preset: buildbot_indexstoredb_linux,no_sanitize]
1956
1979
mixin-preset =mixin_swiftpm_package_linux_platform
1957
1980
release
1958
1981
assertions
1959
1982
indexstore-db
1960
1983
sourcekit-lsp
1984
+ swiftformat
1985
+ install-swiftformat
1961
1986
1962
1987
[preset: buildbot_indexstoredb_macos,sanitize]
1963
1988
mixin-preset =buildbot_indexstoredb_macos,no_sanitize
@@ -1991,6 +2016,7 @@ foundation
1991
2016
libdispatch
1992
2017
indexstore-db
1993
2018
sourcekit-lsp
2019
+ swiftformat
1994
2020
1995
2021
release
1996
2022
validation-test
@@ -2007,6 +2033,7 @@ install-swiftpm
2007
2033
install-swiftsyntax
2008
2034
install-xctest
2009
2035
install-sourcekit-lsp
2036
+ install-swiftformat
2010
2037
2011
2038
skip-test-cmark
2012
2039
skip-test-swift
0 commit comments