@@ -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
@@ -871,6 +873,7 @@ lldb-test-swift-only
871
873
872
874
install-foundation
873
875
install-libdispatch
876
+ install-swiftformat
874
877
reconfigure
875
878
876
879
# gcc version on amazon linux 2 is too old to configure and build tablegen.
@@ -1041,6 +1044,7 @@ lit-args=-v
1041
1044
1042
1045
install-foundation
1043
1046
install-libdispatch
1047
+ install-swiftformat
1044
1048
reconfigure
1045
1049
test-optimized
1046
1050
@@ -1150,6 +1154,7 @@ install-swiftsyntax
1150
1154
install-foundation
1151
1155
install-libdispatch
1152
1156
install-xctest
1157
+ install-swiftformat
1153
1158
1154
1159
[preset: buildbot_incremental_linux,long_test]
1155
1160
mixin-preset =buildbot_incremental_linux
@@ -1627,6 +1632,7 @@ install-swiftpm
1627
1632
install-swift-driver
1628
1633
install-swiftsyntax
1629
1634
install-swiftdocc
1635
+ install-swiftformat
1630
1636
1631
1637
# Build the stress tester
1632
1638
skstresstester
@@ -1778,6 +1784,8 @@ assertions
1778
1784
1779
1785
# Downstream projects that import llbuild+SwiftPM.
1780
1786
sourcekit-lsp
1787
+ swiftformat
1788
+ install-swiftformat
1781
1789
1782
1790
toolchain-benchmarks
1783
1791
skip-test-toolchain-benchmarks
@@ -1797,6 +1805,8 @@ assertions
1797
1805
1798
1806
# Downstream projects that import llbuild+SwiftPM.
1799
1807
sourcekit-lsp
1808
+ swiftformat
1809
+ install-swiftformat
1800
1810
1801
1811
toolchain-benchmarks
1802
1812
skip-test-toolchain-benchmarks
@@ -1816,6 +1826,8 @@ assertions
1816
1826
1817
1827
# Downstream projects that import llbuild+SwiftPM.
1818
1828
sourcekit-lsp
1829
+ swiftformat
1830
+ install-swiftformat
1819
1831
1820
1832
# ===------------------------------------------------------------------------===#
1821
1833
# Test llbuild on Linux builder
@@ -1830,6 +1842,8 @@ assertions
1830
1842
1831
1843
# Downstream projects that import llbuild+SwiftPM.
1832
1844
sourcekit-lsp
1845
+ swiftformat
1846
+ install-swiftformat
1833
1847
1834
1848
# ===------------------------------------------------------------------------===#
1835
1849
# Test Swift Driver (new)
@@ -1863,6 +1877,7 @@ swiftsyntax-lint
1863
1877
swiftformat
1864
1878
skstresstester
1865
1879
sourcekit-lsp
1880
+ install-swiftformat
1866
1881
skip-test-swift =false
1867
1882
1868
1883
[preset: buildbot_swiftsyntax_linux]
@@ -1874,6 +1889,7 @@ swiftsyntax-enable-rawsyntax-validation
1874
1889
swiftsyntax-enable-test-fuzzing
1875
1890
sourcekit-lsp
1876
1891
swiftformat
1892
+ install-swiftformat
1877
1893
1878
1894
# ===------------------------------------------------------------------------===#
1879
1895
# Test Swift Format
@@ -1885,6 +1901,7 @@ release
1885
1901
assertions
1886
1902
swiftsyntax
1887
1903
swiftformat
1904
+ install-swiftformat
1888
1905
swiftsyntax-lint
1889
1906
sourcekit-lsp-lint
1890
1907
@@ -1917,13 +1934,16 @@ release
1917
1934
assertions
1918
1935
sourcekit-lsp
1919
1936
swiftformat
1937
+ install-swiftformat
1920
1938
sourcekit-lsp-lint
1921
1939
1922
1940
[preset: buildbot_sourcekitlsp_linux,no_sanitize]
1923
1941
mixin-preset =mixin_swiftpm_package_linux_platform
1924
1942
release
1925
1943
assertions
1926
1944
sourcekit-lsp
1945
+ swiftformat
1946
+ install-swiftformat
1927
1947
1928
1948
[preset: buildbot_sourcekitlsp_macos,sanitize]
1929
1949
mixin-preset =buildbot_sourcekitlsp_macos,no_sanitize
@@ -1951,13 +1971,17 @@ release
1951
1971
assertions
1952
1972
indexstore-db
1953
1973
sourcekit-lsp
1974
+ swiftformat
1975
+ install-swiftformat
1954
1976
1955
1977
[preset: buildbot_indexstoredb_linux,no_sanitize]
1956
1978
mixin-preset =mixin_swiftpm_package_linux_platform
1957
1979
release
1958
1980
assertions
1959
1981
indexstore-db
1960
1982
sourcekit-lsp
1983
+ swiftformat
1984
+ install-swiftformat
1961
1985
1962
1986
[preset: buildbot_indexstoredb_macos,sanitize]
1963
1987
mixin-preset =buildbot_indexstoredb_macos,no_sanitize
@@ -1991,6 +2015,7 @@ foundation
1991
2015
libdispatch
1992
2016
indexstore-db
1993
2017
sourcekit-lsp
2018
+ swiftformat
1994
2019
1995
2020
release
1996
2021
validation-test
@@ -2007,6 +2032,7 @@ install-swiftpm
2007
2032
install-swiftsyntax
2008
2033
install-xctest
2009
2034
install-sourcekit-lsp
2035
+ install-swiftformat
2010
2036
2011
2037
skip-test-cmark
2012
2038
skip-test-swift
0 commit comments