Skip to content

Commit 8ad0ca8

Browse files
committed
Remove the documentation verification step
This step is now performed by GitHub Actions.
1 parent 46ee1b1 commit 8ad0ca8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

utils/swift_build_support/swift_build_support/products/swiftsyntax.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# ----------------------------------------------------------------------------
1212

1313
import os
14-
import platform
1514

1615
from build_swift.build_swift.constants import MULTIROOT_DATA_FILE_PATH
1716

@@ -119,8 +118,6 @@ def build(self, host_target):
119118
"verify-source-code",
120119
['--toolchain', self.install_toolchain_path(host_target)]
121120
)
122-
if platform.system() == 'Darwin':
123-
self.run_swift_syntax_dev_utils(host_target, "verify-documentation", [])
124121

125122
self.run_swiftsyntax_build_script(target=host_target,
126123
command='build')

0 commit comments

Comments
 (0)