2020-06-05 15:23:55 +03:00
|
|
|
{
|
|
|
|
|
"toolcache": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Python",
|
2020-07-17 07:24:36 +03:00
|
|
|
"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",
|
2021-02-19 10:17:51 +03:00
|
|
|
"3.6",
|
|
|
|
|
"3.7"
|
2020-06-05 15:23:55 +03:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "node",
|
2020-07-17 07:24:36 +03:00
|
|
|
"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.*"
|
|
|
|
|
]
|
2020-06-19 19:29:07 +03:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "go",
|
2020-07-17 07:24:36 +03:00
|
|
|
"url" : "https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json",
|
2020-06-19 19:29:07 +03:00
|
|
|
"arch": "x64",
|
|
|
|
|
"platform" : "linux",
|
|
|
|
|
"versions": [
|
2020-08-15 06:17:07 +02:00
|
|
|
"1.14.*",
|
2021-02-19 21:34:08 +03:00
|
|
|
"1.15.*",
|
|
|
|
|
"1.16.*"
|
2020-06-19 19:29:07 +03:00
|
|
|
],
|
2021-02-05 21:49:23 +04:00
|
|
|
"default": "1.15.*"
|
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
|
|
|
]
|
2020-12-30 13:50:21 +03:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "CodeQL",
|
|
|
|
|
"platform" : "linux",
|
|
|
|
|
"arch": "x64",
|
|
|
|
|
"versions": [
|
|
|
|
|
"*"
|
|
|
|
|
]
|
2020-06-05 15:23:55 +03:00
|
|
|
}
|
2020-08-20 13:39:33 +05:00
|
|
|
],
|
2021-01-13 10:47:03 +03:00
|
|
|
"java": {
|
|
|
|
|
"default": "11",
|
|
|
|
|
"versions": [
|
|
|
|
|
"8", "11"
|
|
|
|
|
]
|
|
|
|
|
},
|
2020-08-20 13:39:33 +05:00
|
|
|
"android": {
|
2020-09-29 17:26:59 +03:00
|
|
|
"platform_min_version": "27",
|
|
|
|
|
"build_tools_min_version": "27.0.0",
|
2020-08-20 13:39:33 +05:00
|
|
|
"extra_list": [
|
|
|
|
|
"android;m2repository",
|
|
|
|
|
"google;m2repository",
|
|
|
|
|
"google;google_play_services"
|
|
|
|
|
],
|
|
|
|
|
"addon_list": [
|
|
|
|
|
],
|
|
|
|
|
"additional_tools": [
|
|
|
|
|
"cmake;3.10.2.4988404",
|
|
|
|
|
"patcher;v4",
|
2020-12-31 15:08:02 +05:00
|
|
|
"platform-tools",
|
|
|
|
|
"cmdline-tools;latest"
|
2021-02-04 13:34:30 +03:00
|
|
|
],
|
|
|
|
|
"ndk": {
|
|
|
|
|
"lts": "21",
|
|
|
|
|
"latest": "22"
|
|
|
|
|
}
|
2020-09-08 14:40:56 +03:00
|
|
|
},
|
2020-09-14 16:25:33 +03:00
|
|
|
"powershellModules": [
|
|
|
|
|
{"name": "MarkdownPS"},
|
2021-02-10 07:51:19 +00:00
|
|
|
{"name": "Pester"},
|
|
|
|
|
{"name": "PSScriptAnalyzer"}
|
2020-09-14 16:25:33 +03:00
|
|
|
],
|
2020-11-02 14:22:07 +03:00
|
|
|
"azureModules": [
|
|
|
|
|
{
|
|
|
|
|
"name": "az",
|
2021-03-25 12:04:25 +05:30
|
|
|
"url" : "https://raw.githubusercontent.com/Azure/az-ps-module-versions/main/versions-manifest.json",
|
2020-11-02 14:22:07 +03:00
|
|
|
"versions": [
|
2021-04-08 10:50:50 +03:00
|
|
|
"5.7.0"
|
2021-03-25 12:04:25 +05:30
|
|
|
],
|
|
|
|
|
"zip_versions": [
|
|
|
|
|
"3.1.0",
|
|
|
|
|
"4.4.0"
|
2020-11-02 14:22:07 +03:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
2020-09-08 14:40:56 +03:00
|
|
|
"apt": {
|
|
|
|
|
"common_packages": [
|
2021-01-11 10:42:58 +03:00
|
|
|
"build-essential",
|
2020-09-08 14:40:56 +03:00
|
|
|
"dbus",
|
|
|
|
|
"dnsutils",
|
|
|
|
|
"dpkg",
|
|
|
|
|
"fakeroot",
|
2021-03-29 14:46:21 +02:00
|
|
|
"fonts-noto-color-emoji",
|
2020-09-08 14:40:56 +03:00
|
|
|
"gnupg2",
|
2021-01-11 10:42:58 +03:00
|
|
|
"imagemagick",
|
2020-09-08 14:40:56 +03:00
|
|
|
"iproute2",
|
|
|
|
|
"iputils-ping",
|
|
|
|
|
"lib32z1",
|
|
|
|
|
"libc++abi-dev",
|
|
|
|
|
"libc++-dev",
|
|
|
|
|
"libcurl4",
|
|
|
|
|
"libgbm-dev",
|
|
|
|
|
"libgconf-2-4",
|
2020-12-31 20:28:51 +08:00
|
|
|
"libgsl-dev",
|
2020-09-08 14:40:56 +03:00
|
|
|
"libgtk-3-0",
|
2021-01-11 10:42:58 +03:00
|
|
|
"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",
|
2021-01-11 10:42:58 +03:00
|
|
|
"p7zip-rar",
|
2020-09-08 14:40:56 +03:00
|
|
|
"pkg-config",
|
2020-09-30 16:59:28 +03:00
|
|
|
"python-is-python3",
|
2020-09-08 14:40:56 +03:00
|
|
|
"rpm",
|
|
|
|
|
"texinfo",
|
|
|
|
|
"tk",
|
|
|
|
|
"tzdata",
|
|
|
|
|
"upx",
|
|
|
|
|
"xorriso",
|
|
|
|
|
"xvfb",
|
|
|
|
|
"xz-utils",
|
|
|
|
|
"zsync"
|
|
|
|
|
],
|
|
|
|
|
"cmd_packages": [
|
2021-03-23 10:48:35 +03:00
|
|
|
"acl",
|
2021-02-05 19:38:39 +03:00
|
|
|
"binutils",
|
2020-09-08 14:40:56 +03:00
|
|
|
"bison",
|
|
|
|
|
"brotli",
|
|
|
|
|
"bzip2",
|
2021-02-05 19:38:39 +03:00
|
|
|
"coreutils",
|
2020-09-08 14:40:56 +03:00
|
|
|
"curl",
|
|
|
|
|
"file",
|
|
|
|
|
"flex",
|
|
|
|
|
"ftp",
|
2021-01-11 10:42:58 +03:00
|
|
|
"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",
|
2021-03-04 18:30:40 +03:00
|
|
|
"net-tools",
|
2021-01-11 10:42:58 +03:00
|
|
|
"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",
|
2021-01-11 10:42:58 +03:00
|
|
|
"pollinate",
|
2020-09-08 14:40:56 +03:00
|
|
|
"rsync",
|
|
|
|
|
"shellcheck",
|
2021-01-11 10:42:58 +03:00
|
|
|
"sphinxsearch",
|
2020-09-08 14:40:56 +03:00
|
|
|
"sqlite3",
|
|
|
|
|
"ssh",
|
2021-04-05 20:27:14 +03:00
|
|
|
"sshpass",
|
2021-01-11 10:42:58 +03:00
|
|
|
"subversion",
|
2020-09-08 14:40:56 +03:00
|
|
|
"sudo",
|
2021-01-11 10:42:58 +03:00
|
|
|
"swig",
|
2020-09-08 14:40:56 +03:00
|
|
|
"telnet",
|
|
|
|
|
"time",
|
|
|
|
|
"unzip",
|
|
|
|
|
"wget",
|
|
|
|
|
"zip"
|
|
|
|
|
]
|
2020-09-09 15:42:39 +03:00
|
|
|
},
|
2021-04-14 19:34:49 +03:00
|
|
|
"brew": [
|
|
|
|
|
{"name": "zstd"}
|
|
|
|
|
],
|
2020-09-09 15:42:39 +03:00
|
|
|
"docker": {
|
|
|
|
|
"images": [
|
2021-04-09 13:04:52 +05:00
|
|
|
"alpine:3.11",
|
|
|
|
|
"alpine:3.12",
|
|
|
|
|
"alpine:3.13",
|
2020-09-09 15:42:39 +03:00
|
|
|
"buildpack-deps:stretch",
|
|
|
|
|
"buildpack-deps:buster",
|
|
|
|
|
"debian:9",
|
2021-04-09 13:04:52 +05:00
|
|
|
"debian:10",
|
2020-09-09 15:42:39 +03:00
|
|
|
"node:10",
|
|
|
|
|
"node:12",
|
2021-04-13 19:04:04 +03:00
|
|
|
"node:14",
|
2020-09-09 15:42:39 +03:00
|
|
|
"node:10-alpine",
|
|
|
|
|
"node:12-alpine",
|
2021-04-13 19:04:04 +03:00
|
|
|
"node:14-alpine",
|
2021-04-09 13:04:52 +05:00
|
|
|
"ubuntu:16.04",
|
|
|
|
|
"ubuntu:18.04",
|
|
|
|
|
"ubuntu:20.04"
|
2020-09-09 15:42:39 +03:00
|
|
|
]
|
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"
|
2021-03-25 12:40:36 +03:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"package": "ansible-base",
|
|
|
|
|
"cmd": "ansible"
|
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
|
|
|
]
|
2020-12-23 10:25:52 +03:00
|
|
|
},
|
|
|
|
|
"clang": {
|
|
|
|
|
"versions": [
|
|
|
|
|
"9",
|
2021-03-05 16:44:12 +02:00
|
|
|
"10",
|
|
|
|
|
"11"
|
2020-12-23 10:25:52 +03:00
|
|
|
],
|
|
|
|
|
"default_version": "10"
|
|
|
|
|
},
|
|
|
|
|
"gcc": {
|
|
|
|
|
"versions": [
|
|
|
|
|
"g++-9",
|
|
|
|
|
"g++-10"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"gfortran": {
|
|
|
|
|
"versions": [
|
|
|
|
|
"gfortran-9",
|
|
|
|
|
"gfortran-10"
|
|
|
|
|
]
|
2020-12-25 13:02:25 +03:00
|
|
|
},
|
|
|
|
|
"php": {
|
|
|
|
|
"versions": [
|
|
|
|
|
"7.4",
|
|
|
|
|
"8.0"
|
|
|
|
|
]
|
2021-02-19 18:33:28 +03:00
|
|
|
},
|
|
|
|
|
"rubygems": [
|
|
|
|
|
{"name": "fastlane"}
|
2021-02-26 20:06:24 +05:00
|
|
|
],
|
|
|
|
|
"node_modules": [
|
|
|
|
|
{
|
|
|
|
|
"name": "grunt",
|
|
|
|
|
"command": "grunt"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "gulp",
|
|
|
|
|
"command": "gulp"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "n",
|
|
|
|
|
"command": "n"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "parcel-bundler",
|
|
|
|
|
"command": "parcel"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "typescript",
|
|
|
|
|
"command": "tsc"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "newman",
|
|
|
|
|
"command": "newman"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "vercel",
|
|
|
|
|
"command": "vercel"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "webpack",
|
|
|
|
|
"command": "webpack"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "webpack-cli",
|
|
|
|
|
"command": "webpack-cli"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "netlify-cli",
|
|
|
|
|
"command": "netlify"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "lerna",
|
|
|
|
|
"command": "lerna"
|
2021-03-31 10:33:46 +03:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "yarn",
|
|
|
|
|
"command": "yarn"
|
2021-02-26 20:06:24 +05:00
|
|
|
}
|
2021-02-19 18:33:28 +03:00
|
|
|
]
|
2020-08-15 06:17:07 +02:00
|
|
|
}
|