mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 12:48:18 +00:00
[macOS] Remove xctool formula installation (#6128)
This commit is contained in:
@@ -246,13 +246,6 @@ function Build-XcodeSupportToolsSection {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($os.IsCatalina) {
|
|
||||||
$xctool = Run-Command "xctool --version"
|
|
||||||
$toolList += @(
|
|
||||||
"xctool $xctool"
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
$output = ""
|
$output = ""
|
||||||
$output += New-MDHeader "Xcode Support Tools" -Level 4
|
$output += New-MDHeader "Xcode Support Tools" -Level 4
|
||||||
$output += New-MDList -Style Unordered -Lines $toolList
|
$output += New-MDList -Style Unordered -Lines $toolList
|
||||||
|
|||||||
@@ -150,12 +150,6 @@ Describe "virtualbox" -Skip:($os.IsBigSur) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Describe "xctool" -Skip:($os.IsHigherThanCatalina) {
|
|
||||||
It "xctool" {
|
|
||||||
"xctool --version" | Should -ReturnZeroExitCode
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Describe "R" {
|
Describe "R" {
|
||||||
It "R" {
|
It "R" {
|
||||||
"R --version" | Should -ReturnZeroExitCode
|
"R --version" | Should -ReturnZeroExitCode
|
||||||
|
|||||||
@@ -221,7 +221,6 @@
|
|||||||
"subversion",
|
"subversion",
|
||||||
"swiftformat",
|
"swiftformat",
|
||||||
"swig",
|
"swig",
|
||||||
"xctool",
|
|
||||||
"zstd",
|
"zstd",
|
||||||
"zlib",
|
"zlib",
|
||||||
"libxext",
|
"libxext",
|
||||||
|
|||||||
Reference in New Issue
Block a user