mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
remove boost from windows images (#2843)
This commit is contained in:
@@ -35,9 +35,6 @@ $toolsEnvironmentVariables = @{
|
||||
"{0}\Scripts"
|
||||
)
|
||||
}
|
||||
Boost = @{
|
||||
variableTemplate = "BOOST_ROOT_{0}_{1}_{2}"
|
||||
}
|
||||
go = @{
|
||||
pathTemplates = @(
|
||||
"{0}\bin"
|
||||
@@ -46,7 +43,7 @@ $toolsEnvironmentVariables = @{
|
||||
}
|
||||
}
|
||||
|
||||
$toolsToConfigure = @("Python", "Boost", "Go")
|
||||
$toolsToConfigure = @("Python", "Go")
|
||||
$tools = Get-ToolsetContent | Select-Object -ExpandProperty toolcache `
|
||||
| Where-Object { $toolsToConfigure -contains $_.name }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user