Revert "[Ubuntu] install gcc@11 from brew (#6202)" (#6232)

This reverts commit d2c84c9d4c.
This commit is contained in:
Mikhail Koliada
2022-09-13 17:59:39 +02:00
committed by GitHub
parent 6616fca614
commit dd51aedc2f
4 changed files with 8 additions and 31 deletions

View File

@@ -257,22 +257,16 @@ Describe "HHVM" -Skip:(Test-IsUbuntu22) {
}
Describe "Homebrew" {
$brewToolset = (Get-ToolsetContent).brew
$testCases = $brewToolset | ForEach-Object { @{brewName = $_.name; brewCommand = $_.command} }
It "homebrew" {
"brew --version" | Should -ReturnZeroExitCode
}
It "zstd has /usr/local/bin symlink" {
"/usr/local/bin/zstd" | Should -Exist
}
Context "Packages" {
$testCases = (Get-ToolsetContent).brew | ForEach-Object { @{ ToolName = $_.name } }
It "homebrew package <brewName>" -TestCases $testCases {
$brewPrefix = brew --prefix $brewName
$brewPackage = Join-Path $brewPrefix "bin" $brewCommand
"$brewPackage --version" | Should -ReturnZeroExitCode
It "<ToolName>" -TestCases $testCases {
"$ToolName --version" | Should -Not -BeNullOrEmpty
}
}
}

View File

@@ -217,14 +217,7 @@
]
},
"brew": [
{
"name": "gcc@11",
"command": "gcc-11"
},
{
"name": "zstd",
"command": "zstd"
}
{"name": "zstd"}
],
"docker": {
"images": [

View File

@@ -217,14 +217,7 @@
]
},
"brew": [
{
"name": "gcc@11",
"command": "gcc-11"
},
{
"name": "zstd",
"command": "zstd"
}
{"name": "zstd"}
],
"docker": {
"images": [

View File

@@ -201,10 +201,7 @@
]
},
"brew": [
{
"name": "zstd",
"command": "zstd"
}
{"name": "zstd"}
],
"docker": {
"images": [