mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-07 02:27:28 +08:00
[macOS] Get back pypy to big sur (#3524)
This commit is contained in:
@@ -40,11 +40,8 @@ function Build-ToolcacheSection {
|
|||||||
$output += New-MDList -Lines (Get-ToolcacheRubyVersions) -Style Unordered
|
$output += New-MDList -Lines (Get-ToolcacheRubyVersions) -Style Unordered
|
||||||
$output += New-MDHeader "Python" -Level 4
|
$output += New-MDHeader "Python" -Level 4
|
||||||
$output += New-MDList -Lines (Get-ToolcachePythonVersions) -Style Unordered
|
$output += New-MDList -Lines (Get-ToolcachePythonVersions) -Style Unordered
|
||||||
|
$output += New-MDHeader "PyPy" -Level 4
|
||||||
if ($os.IsLessThanBigSur) {
|
$output += New-MDList -Lines (Get-ToolcachePyPyVersions) -Style Unordered
|
||||||
$output += New-MDHeader "PyPy" -Level 4
|
|
||||||
$output += New-MDList -Lines (Get-ToolcachePyPyVersions) -Style Unordered
|
|
||||||
}
|
|
||||||
|
|
||||||
if( -not $os.IsHighSierra) {
|
if( -not $os.IsHighSierra) {
|
||||||
$output += New-MDHeader "Node.js" -Level 4
|
$output += New-MDHeader "Node.js" -Level 4
|
||||||
|
|||||||
@@ -187,6 +187,7 @@
|
|||||||
"./provision/core/chrome.sh",
|
"./provision/core/chrome.sh",
|
||||||
"./provision/core/edge.sh",
|
"./provision/core/edge.sh",
|
||||||
"./provision/core/firefox.sh",
|
"./provision/core/firefox.sh",
|
||||||
|
"./provision/core/pypy.sh",
|
||||||
"./provision/core/pipx-packages.sh"
|
"./provision/core/pipx-packages.sh"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -98,7 +98,7 @@ Describe "Toolcache" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Context "PyPy" -Skip:($os.IsBigSur) {
|
Context "PyPy" {
|
||||||
$pypyDirectory = Join-Path $toolcacheDirectory "PyPy"
|
$pypyDirectory = Join-Path $toolcacheDirectory "PyPy"
|
||||||
$pypyPackage = $packages | Where-Object { $_.ToolName -eq "pypy" } | Select-Object -First 1
|
$pypyPackage = $packages | Where-Object { $_.ToolName -eq "pypy" } | Select-Object -First 1
|
||||||
$testCase = @{ PypyDirectory = $pypyDirectory }
|
$testCase = @{ PypyDirectory = $pypyDirectory }
|
||||||
|
|||||||
@@ -176,6 +176,15 @@
|
|||||||
"3.9.*"
|
"3.9.*"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "PyPy",
|
||||||
|
"arch": "x64",
|
||||||
|
"platform" : "darwin",
|
||||||
|
"versions": [
|
||||||
|
"2.7",
|
||||||
|
"3.7"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Node",
|
"name": "Node",
|
||||||
"url" : "https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json",
|
"url" : "https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json",
|
||||||
|
|||||||
Reference in New Issue
Block a user