Switch provisioners to install Boost from GitHub releases on Windows (#972)
* switch provisioners to install boost from github releases * minor fixes * separate boosts by toolset versions * minor fix * switch provisioners for win16 * fix bugs * fix validation * minor fix * fix validation * fix validation * fix validation * minor fix * change toolset version for win16 * minor fixes * minor fix * fix validation * update links to toolset-json * add arch to BoostInstallationDir
This commit is contained in:
@@ -47,6 +47,26 @@
|
||||
"12.*",
|
||||
"14.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Boost",
|
||||
"url" : "https://raw.githubusercontent.com/akv-platform/boost-hostedtoolcache/master/versions-manifest.json",
|
||||
"arch": "x86_64",
|
||||
"platform" : "win32",
|
||||
"toolset": "msvc14.1",
|
||||
"versions": [
|
||||
"1.69.0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Boost",
|
||||
"url" : "https://raw.githubusercontent.com/actions/boost-versions/master/versions-manifest.json",
|
||||
"arch": "x86_64",
|
||||
"platform" : "win32",
|
||||
"toolset": "msvc14.2",
|
||||
"versions": [
|
||||
"1.72.0"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user