Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# ----------------------------------------------------------------------------

import os
import platform

from build_swift.build_swift.constants import MULTIROOT_DATA_FILE_PATH

Expand Down Expand Up @@ -119,8 +118,6 @@ def build(self, host_target):
"verify-source-code",
['--toolchain', self.install_toolchain_path(host_target)]
)
if platform.system() == 'Darwin':
self.run_swift_syntax_dev_utils(host_target, "verify-documentation", [])

self.run_swiftsyntax_build_script(target=host_target,
command='build')
Expand Down