Files
runner-images/images/linux/toolsets/toolset-2004.json
T

253 lines
5.7 KiB
JSON
Raw Normal View History

2020-06-05 15:23:55 +03:00
{
"toolcache": [
{
"name": "Python",
"url" : "https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json",
2020-06-05 15:23:55 +03:00
"platform" : "linux",
"platform_version": "20.04",
"arch": "x64",
"versions": [
"2.7.*",
"3.5.*",
"3.6.*",
"3.7.*",
2020-10-06 15:50:59 +03:00
"3.8.*",
"3.9.*"
2020-06-05 15:23:55 +03:00
]
},
{
"name": "PyPy",
"arch": "x64",
"platform" : "linux",
"versions": [
"2.7",
"3.6"
]
},
{
"name": "node",
"url" : "https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json",
2020-06-05 15:23:55 +03:00
"platform" : "linux",
"arch": "x64",
"versions": [
"10.*",
"12.*",
"14.*"
]
},
{
"name": "go",
"url" : "https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json",
"arch": "x64",
"platform" : "linux",
"versions": [
2020-08-15 06:17:07 +02:00
"1.14.*",
"1.15.*"
],
"default": "1.14.*"
2020-11-27 10:52:00 +03:00
},
{
"name": "Ruby",
"platform_version": "20.04",
"arch": "x64",
"versions": [
"2.5.*",
"2.6.*",
2020-12-30 09:58:27 +03:00
"2.7.*",
"3.0.*"
2020-11-27 10:52:00 +03:00
]
},
{
"name": "CodeQL",
"platform" : "linux",
"arch": "x64",
"versions": [
"*"
]
2020-06-05 15:23:55 +03:00
}
],
"java": {
"default": "11",
"versions": [
"8", "11"
]
},
"android": {
2020-09-29 17:26:59 +03:00
"platform_min_version": "27",
"build_tools_min_version": "27.0.0",
"extra_list": [
"android;m2repository",
"google;m2repository",
"google;google_play_services"
],
"addon_list": [
],
"additional_tools": [
"cmake;3.10.2.4988404",
"patcher;v4",
2021-01-21 11:32:27 +03:00
"ndk;21.3.6528147",
"platform-tools",
"cmdline-tools;latest"
]
2020-09-08 14:40:56 +03:00
},
2020-09-14 16:25:33 +03:00
"powershellModules": [
{"name": "MarkdownPS"},
{"name": "Pester"}
],
2020-11-02 14:22:07 +03:00
"azureModules": [
{
"name": "az",
"versions": [
2020-11-17 13:04:34 +05:00
"3.8.0",
2020-11-02 14:37:48 +03:00
"4.8.0"
2020-11-02 14:22:07 +03:00
]
}
],
2020-09-08 14:40:56 +03:00
"apt": {
"common_packages": [
"build-essential",
"chromium-browser",
2020-09-08 14:40:56 +03:00
"dbus",
"dnsutils",
"dpkg",
"fakeroot",
"gnupg2",
"imagemagick",
2020-09-08 14:40:56 +03:00
"iproute2",
"iputils-ping",
"lib32z1",
"libc++abi-dev",
"libc++-dev",
"libcurl4",
"libgbm-dev",
"libgconf-2-4",
"libgsl-dev",
2020-09-08 14:40:56 +03:00
"libgtk-3-0",
"libmagic-dev",
"libmagickcore-dev",
"libmagickwand-dev",
2020-09-08 14:40:56 +03:00
"libsecret-1-dev",
"libsqlite3-dev",
"libunwind8",
"libxkbfile-dev",
"libxss1",
"locales",
"openssh-client",
"p7zip-rar",
2020-09-08 14:40:56 +03:00
"pkg-config",
"python-is-python3",
2020-09-08 14:40:56 +03:00
"rpm",
"texinfo",
"tk",
"tzdata",
"upx",
"xorriso",
"xvfb",
"xz-utils",
"zstd",
"zsync"
],
"cmd_packages": [
"bison",
"brotli",
"bzip2",
"curl",
"file",
"flex",
"ftp",
"haveged",
2020-09-08 14:40:56 +03:00
"jq",
"m4",
2020-12-03 16:34:14 +01:00
"mediainfo",
2020-09-08 14:40:56 +03:00
"netcat",
"p7zip-full",
2020-09-08 14:40:56 +03:00
"parallel",
2020-12-21 20:00:51 +01:00
"pass",
2020-09-08 14:40:56 +03:00
"patchelf",
"pollinate",
2020-09-08 14:40:56 +03:00
"rsync",
"shellcheck",
"sphinxsearch",
2020-09-08 14:40:56 +03:00
"sqlite3",
"ssh",
"subversion",
2020-09-08 14:40:56 +03:00
"sudo",
"swig",
2020-09-08 14:40:56 +03:00
"telnet",
"time",
"unzip",
"wget",
"zip"
]
2020-09-09 15:42:39 +03:00
},
"docker": {
"images": [
"alpine:3.7",
"alpine:3.8",
"alpine:3.9",
"alpine:3.10",
"buildpack-deps:stretch",
"buildpack-deps:buster",
"debian:8",
"debian:9",
"jekyll/builder",
"mcr.microsoft.com/azure-pipelines/node8-typescript",
"node:10",
"node:12",
"node:10-alpine",
"node:12-alpine",
"ubuntu:14.04"
]
2020-10-05 12:04:29 +03:00
},
"pipx": [
2020-10-05 13:31:53 +03:00
{
"package": "yamllint",
2020-10-05 13:41:50 +03:00
"cmd": "yamllint"
2020-10-05 13:31:53 +03:00
},
{
"package": "aws-sam-cli",
2020-10-05 13:41:50 +03:00
"cmd": "sam"
2020-10-05 13:31:53 +03:00
}
2020-11-05 19:14:50 +03:00
],
2020-11-05 19:35:43 +03:00
"dotnet": {
"aptPackages": [
2020-12-04 10:22:12 +03:00
"dotnet-sdk-3.1",
"dotnet-sdk-5.0"
2020-11-05 19:14:50 +03:00
],
2020-11-05 19:35:43 +03:00
"versions": [
"2.1",
2020-12-04 10:22:12 +03:00
"3.1",
"5.0"
2020-11-05 19:14:50 +03:00
]
},
"clang": {
"versions": [
"8",
"9",
"10"
],
"default_version": "10"
},
"gcc": {
"versions": [
"g++-7",
"g++-8",
"g++-9",
"g++-10"
]
},
"gfortran": {
"versions": [
"gfortran-8",
"gfortran-9",
"gfortran-10"
]
},
"php": {
"versions": [
"7.4",
"8.0"
]
2020-11-05 19:14:50 +03:00
}
2020-08-15 06:17:07 +02:00
}