mirror of
https://github.com/actions/runner-images.git
synced 2025-12-28 20:58:32 +08:00
* 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
72 lines
2.1 KiB
JSON
72 lines
2.1 KiB
JSON
{
|
|
"toolcache": [
|
|
{
|
|
"name": "Python",
|
|
"url" : "https://raw.githubusercontent.com/actions/python-versions/master/versions-manifest.json",
|
|
"arch": "x64",
|
|
"platform" : "win32",
|
|
"versions": [
|
|
"2.7.*",
|
|
"3.5.*",
|
|
"3.6.*",
|
|
"3.7.*",
|
|
"3.8.*"
|
|
],
|
|
"default": "3.7.*"
|
|
},
|
|
{
|
|
"name": "Python",
|
|
"url" : "https://raw.githubusercontent.com/actions/python-versions/master/versions-manifest.json",
|
|
"arch": "x86",
|
|
"platform" : "win32",
|
|
"versions": [
|
|
"2.7.*",
|
|
"3.5.*",
|
|
"3.6.*",
|
|
"3.7.*",
|
|
"3.8.*"
|
|
]
|
|
},
|
|
{
|
|
"name": "PyPy",
|
|
"arch": "x86",
|
|
"platform" : "win32",
|
|
"versions": [
|
|
"2.7",
|
|
"3.6"
|
|
]
|
|
},
|
|
{
|
|
"name": "node",
|
|
"url" : "https://raw.githubusercontent.com/actions/node-versions/master/versions-manifest.json",
|
|
"arch": "x64",
|
|
"platform" : "win32",
|
|
"versions": [
|
|
"8.*",
|
|
"10.*",
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
} |