Add Ruby and Python to toolcache (#7529)

This commit is contained in:
Shamil Mubarakshin
2023-05-05 08:38:29 +02:00
committed by GitHub
parent 8cf8e32bb4
commit fddf50db2a
4 changed files with 95 additions and 37 deletions

View File

@@ -187,11 +187,9 @@ $browsers.AddNode($(Build-BrowserWebdriversEnvironmentTable))
$java = $installedSoftware.AddHeader("Java")
$java.AddTable($(Get-JavaVersions))
if (-not $os.IsVentura) {
# Toolcache
$toolcache = $installedSoftware.AddHeader("Cached Tools")
$toolcache.AddNodes($(Build-ToolcacheSection))
}
# Toolcache
$toolcache = $installedSoftware.AddHeader("Cached Tools")
$toolcache.AddNodes($(Build-ToolcacheSection))
# Rust
$rust = $installedSoftware.AddHeader("Rust Tools")