Skip to content

Commit 0861341

Browse files
committed
utils: clean up unnecessary cmake options for packaging
swift-format is no longer optional and is always built. The options controlling the packaging have been removed. Update the invocation.
1 parent 1e25de1 commit 0861341

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utils/build.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1731,8 +1731,6 @@ function Build-Installer($Arch) {
17311731
BundleFlavor = "offline";
17321732
DEVTOOLS_ROOT = "$($Arch.ToolchainInstallRoot)\";
17331733
TOOLCHAIN_ROOT = "$($Arch.ToolchainInstallRoot)\";
1734-
INCLUDE_SWIFT_FORMAT = "true";
1735-
SWIFT_FORMAT_BUILD = "$($Arch.BinaryCache)\swift-format\release";
17361734
INCLUDE_SWIFT_INSPECT = "true";
17371735
SWIFT_INSPECT_BUILD = "$($Arch.BinaryCache)\swift-inspect\release";
17381736
INCLUDE_SWIFT_DOCC = "true";

0 commit comments

Comments
 (0)