[macOS] Remove xctool formula installation (#6128)

This commit is contained in:
Mikhail Koliada
2022-08-22 19:03:47 +02:00
committed by GitHub
parent c08d333386
commit 38a1faf55d
3 changed files with 0 additions and 14 deletions

View File

@@ -246,13 +246,6 @@ function Build-XcodeSupportToolsSection {
)
}
if ($os.IsCatalina) {
$xctool = Run-Command "xctool --version"
$toolList += @(
"xctool $xctool"
)
}
$output = ""
$output += New-MDHeader "Xcode Support Tools" -Level 4
$output += New-MDList -Style Unordered -Lines $toolList

View File

@@ -150,12 +150,6 @@ Describe "virtualbox" -Skip:($os.IsBigSur) {
}
}
Describe "xctool" -Skip:($os.IsHigherThanCatalina) {
It "xctool" {
"xctool --version" | Should -ReturnZeroExitCode
}
}
Describe "R" {
It "R" {
"R --version" | Should -ReturnZeroExitCode

View File

@@ -221,7 +221,6 @@
"subversion",
"swiftformat",
"swig",
"xctool",
"zstd",
"zlib",
"libxext",