Skip to content

Commit 54e7dee

Browse files
committed
Revert "utils: unlock building swift-inspect"
Revert swiftlang#77810 Fix the swift-inspect build in https://ci-external.swift.org/job/swift-main-windows-toolchain-arm64
1 parent bc8cf79 commit 54e7dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2884,7 +2884,7 @@ if (-not $SkipBuild -and $Allocator -eq "mimalloc") {
28842884
Invoke-BuildStep Build-Mimalloc $HostArch
28852885
}
28862886

2887-
if (-not $SkipBuild) {
2887+
if (-not $SkipBuild -and -not $IsCrossCompiling) {
28882888
Invoke-BuildStep Build-Inspect $HostArch
28892889
Invoke-BuildStep Build-DocC $HostArch
28902890
}

0 commit comments

Comments
 (0)