Skip to content

Commit 884ccdf

Browse files
committed
HACK: do not build docc
swift-markdown fails to build with NoncopyableGenerics at the moment.
1 parent 64face5 commit 884ccdf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

utils/build-presets.ini

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ swiftpm
815815
swift-driver
816816
xctest
817817
libicu
818-
swiftdocc
818+
#swiftdocc
819819
swiftformat
820820

821821
build-ninja
@@ -831,7 +831,7 @@ install-libicu
831831
install-prefix=/usr
832832
install-sourcekit-lsp
833833
install-swiftformat
834-
install-swiftdocc
834+
#install-swiftdocc
835835
build-swift-static-stdlib
836836
build-swift-static-sdk-overlay
837837
build-swift-stdlib-unittest-extra
@@ -872,7 +872,7 @@ foundation
872872
libdispatch
873873
indexstore-db
874874
sourcekit-lsp
875-
swiftdocc
875+
#swiftdocc
876876
lit-args=-v --time-tests
877877

878878
# rdar://problem/31454823
@@ -1282,7 +1282,7 @@ swiftformat
12821282
playgroundsupport
12831283
indexstore-db
12841284
sourcekit-lsp
1285-
swiftdocc
1285+
#swiftdocc
12861286

12871287
# Build with debug info, this allows us to symbolicate crashes from
12881288
# production builds.
@@ -1322,7 +1322,7 @@ install-swiftsyntax
13221322
install-playgroundsupport
13231323
install-sourcekit-lsp
13241324
install-swiftformat
1325-
install-swiftdocc
1325+
#install-swiftdocc
13261326

13271327
install-destdir=%(install_destdir)s
13281328

@@ -1618,7 +1618,7 @@ swiftpm
16181618
swift-driver
16191619
swiftsyntax
16201620
swiftformat
1621-
swiftdocc
1621+
#swiftdocc
16221622

16231623
build-minimal-stdlib
16241624

@@ -1635,7 +1635,7 @@ install-llbuild
16351635
install-swiftpm
16361636
install-swift-driver
16371637
install-swiftsyntax
1638-
install-swiftdocc
1638+
#install-swiftdocc
16391639
install-swiftformat
16401640

16411641
# Build the stress tester

0 commit comments

Comments
 (0)