remove boost from ubuntu images (#2844)

This commit is contained in:
Mikhail Timofeev
2021-03-05 10:22:42 +03:00
committed by GitHub
parent 6ec7e94c45
commit adcbf9592c
6 changed files with 1 additions and 67 deletions

View File

@@ -39,9 +39,6 @@ $ErrorActionPreference = "Stop"
Write-Host "Configure toolset tools environment..."
$toolsEnvironment = @{
boost = @{
variableTemplate = "BOOST_ROOT_{0}_{1}_{2}"
}
go = @{
command = "ln -s {0}/bin/* /usr/bin/"
variableTemplate = "GOROOT_{0}_{1}_X64"