We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ee1b1 commit 8ad0ca8Copy full SHA for 8ad0ca8
utils/swift_build_support/swift_build_support/products/swiftsyntax.py
@@ -11,7 +11,6 @@
11
# ----------------------------------------------------------------------------
12
13
import os
14
-import platform
15
16
from build_swift.build_swift.constants import MULTIROOT_DATA_FILE_PATH
17
@@ -119,8 +118,6 @@ def build(self, host_target):
119
118
"verify-source-code",
120
['--toolchain', self.install_toolchain_path(host_target)]
121
)
122
- if platform.system() == 'Darwin':
123
- self.run_swift_syntax_dev_utils(host_target, "verify-documentation", [])
124
125
self.run_swiftsyntax_build_script(target=host_target,
126
command='build')
0 commit comments