mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 13:49:23 +08:00
22b4033861
* Install Ubuntu nasm package rather than building from source; 2.14 which is available in Ubuntu 20.04 is sufficient for intel-ipsec. * Add cmake and ninja. * Update CUDA signing key. * Update pwsh to 7.2.3 * Remove clean downloads step obsoleted since we ripped out pacman. * Note that haskell-stack is for bond. * Cherry pick from https://github.com/microsoft/vcpkg/pull/23569 : add cuda-nvml-dev-11-6 * Update pools. * Baseline updates PASSING, REMOVE FROM FAIL LIST: mesa:x64-windows-static-md (C:\a\2\s\scripts\azure-pipelines/../ci.baseline.txt). :) ``` REGRESSION: cppgraphqlgen:arm64-windows failed with BUILD_FAILED. If expected, add cppgraphqlgen:arm64-windows=fail to C:\a\1\s\scripts\azure-pipelines/../ci.baseline.txt. REGRESSION: cppgraphqlgen:x64-windows failed with BUILD_FAILED. If expected, add cppgraphqlgen:x64-windows=fail to C:\a\2\s\scripts\azure-pipelines/../ci.baseline.txt. REGRESSION: cppgraphqlgen:x64-windows-static failed with BUILD_FAILED. If expected, add cppgraphqlgen:x64-windows-static=fail to C:\a\2\s\scripts\azure-pipelines/../ci.baseline.txt. REGRESSION: cppgraphqlgen:x64-windows-static-md failed with BUILD_FAILED. If expected, add cppgraphqlgen:x64-windows-static-md=fail to C:\a\2\s\scripts\azure-pipelines/../ci.baseline.txt. REGRESSION: cppgraphqlgen:x86-windows failed with BUILD_FAILED. If expected, add cppgraphqlgen:x86-windows=fail to C:\a\2\s\scripts\azure-pipelines/../ci.baseline.txt. ``` This is a compiler behavior change or bug in VS 2022 16.2: ``` C:\PROGRA~1\MICROS~1\2022\ENTERP~1\VC\Tools\MSVC\1432~1.313\bin\Hostx64\x86\cl.exe /TP -DGRAPHQL_DLLEXPORTS -DIMPL_GRAPHQLSERVICE_DLL -Dgraphqlservice_EXPORTS -ID:\buildtrees\cppgraphqlgen\src\v4.3.1-9d04ffd723.clean\src\..\include -ID:\buildtrees\cppgraphqlgen\src\v4.3.1-9d04ffd723.clean\src\..\PEGTL\include -external:ID:\installed\x86-windows\include -external:W0 /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -MDd /W4 /WX /permissive- -std:c++20 /showIncludes /Fosrc\CMakeFiles\graphqlservice.dir\GraphQLService.cpp.obj /Fdsrc\CMakeFiles\graphqlservice.dir\ /FS -c D:\buildtrees\cppgraphqlgen\src\v4.3.1-9d04ffd723.clean\src\GraphQLService.cpp cl : Command line warning D9025 : overriding '/W3' with '/W4' D:\installed\x86-windows\include\tao\pegtl/demangle.hpp(147): error C2338: static_assert failed: 'internal::dependent_true< T > && ( begin != std::string_view::npos )' D:\buildtrees\cppgraphqlgen\src\v4.3.1-9d04ffd723.clean\include\graphqlservice/internal/SyntaxTree.h(120): note: see reference to function template instantiation 'std::string_view tao::graphqlpeg::demangle<graphql::peg::variable_value>(void) noexcept' being compiled D:\buildtrees\cppgraphqlgen\src\v4.3.1-9d04ffd723.clean\include\graphqlservice/internal/SyntaxTree.h(53): note: see reference to function template instantiation 'std::string_view graphql::peg::ast_node::type_name<graphql::peg::variable_value>(void) noexcept' being compiled D:\buildtrees\cppgraphqlgen\src\v4.3.1-9d04ffd723.clean\src\GraphQLService.cpp(310): note: see reference to function template instantiation 'bool graphql::peg::ast_node::is_type<graphql::peg::variable_value>(void) noexcept const' being compiled ninja: build stopped: subcommand failed. ``` This is a compiler behavior change in 17.2. @wravery do you have comments? ``` REGRESSION: qtwebengine:x64-windows failed with BUILD_FAILED. If expected, add qtwebengine:x64-windows=fail to C:\a\1\s\scripts\azure-pipelines/../ci.baseline.txt. REGRESSION: qtwebengine:x64-windows failed with BUILD_FAILED. If expected, add qtwebengine:x64-windows=fail to C:\a\1\s\scripts\azure-pipelines/../ci.baseline.txt. REGRESSION: qtwebengine:x64-windows failed with BUILD_FAILED. If expected, add qtwebengine:x64-windows=fail to C:\a\2\s\scripts\azure-pipelines/../ci.baseline.txt. REGRESSION: qtwebengine:x64-windows failed with BUILD_FAILED. If expected, add qtwebengine:x64-windows=fail to C:\a\2\s\scripts\azure-pipelines/../ci.baseline.txt. REGRESSION: qtwebengine:x64-windows failed with BUILD_FAILED. If expected, add qtwebengine:x64-windows=fail to C:\a\2\s\scripts\azure-pipelines/../ci.baseline.txt. REGRESSION: qtwebengine:x64-windows failed with BUILD_FAILED. If expected, add qtwebengine:x64-windows=fail to C:\a\2\s\scripts\azure-pipelines/../ci.baseline.txt. REGRESSION: qtwebengine:x64-windows failed with BUILD_FAILED. If expected, add qtwebengine:x64-windows=fail to C:\a\2\s\scripts\azure-pipelines/../ci.baseline.txt. ``` qtwebengine doesn't report logs, but I'm pretty sure it's this ICE: https://developercommunity.visualstudio.com/t/Visual-Studio-2022-v1720-reports-fata/10039296 @Neumann-A ``` REGRESSION: rsocket:x64-windows failed with BUILD_FAILED. If expected, add rsocket:x64-windows=fail to C:\a\2\s\scripts\azure-pipelines/../ci.baseline.txt. REGRESSION: rsocket:x64-windows-static failed with BUILD_FAILED. If expected, add rsocket:x64-windows-static=fail to C:\a\2\s\scripts\azure-pipelines/../ci.baseline.txt. REGRESSION: rsocket:x64-windows-static-md failed with BUILD_FAILED. If expected, add rsocket:x64-windows-static-md=fail to C:\a\2\s\scripts\azure-pipelines/../ci.baseline.txt. ``` ICE :( https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_workitems/edit/1490389 Other changes: * Removed qt5-webengine skips because they are now skipped by a "supports" clause. * Removed ctp skips because asset caching exists. * [stxxl] Guard definition of log2 for current MSVCs.
218 lines
13 KiB
XML
218 lines
13 KiB
XML
<?xml version="1.0"?>
|
|
<tools version="2">
|
|
<tool name="python3" os="windows">
|
|
<version>3.10.2</version>
|
|
<exeRelativePath>python.exe</exeRelativePath>
|
|
<url>https://www.python.org/ftp/python/3.10.2/python-3.10.2-embed-win32.zip</url>
|
|
<sha512>d647d7141d1b13c899671b882e686a1b1cc6f759e5b7428ec858cdffd9ef019c78fb0b989174b98f30cb696297bfeff3d171f7eaabb339f5154886c030b8e4d9</sha512>
|
|
<archiveName>python-3.10.2-embed-win32.zip</archiveName>
|
|
</tool>
|
|
<tool name="cmake" os="windows">
|
|
<version>3.22.2</version>
|
|
<exeRelativePath>cmake-3.22.2-windows-i386\bin\cmake.exe</exeRelativePath>
|
|
<url>https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2-windows-i386.zip</url>
|
|
<sha512>969d3d58d56d8fa3cc3acae2b949bf58abab945f70ae292ff20c9060d845dfc094c613c367a924abff47f307cc33af1467cdb9b75bb857868e38b2c7cdc72f79</sha512>
|
|
<archiveName>cmake-3.22.2-windows-i386.zip</archiveName>
|
|
</tool>
|
|
<tool name="cmake" os="osx">
|
|
<version>3.22.2</version>
|
|
<exeRelativePath>cmake-3.22.2-macos-universal/CMake.app/Contents/bin/cmake</exeRelativePath>
|
|
<url>https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2-macos-universal.tar.gz</url>
|
|
<sha512>08104f608ecb9a5cfef38e79f0957d21e425616c0677781445492f82cbfec805113e3b5eb4bc737b707bb26a00678e7bd55e17555a5611c08b0b9b44ac5136ac</sha512>
|
|
<archiveName>cmake-3.22.2-macos-universal.tar.gz</archiveName>
|
|
</tool>
|
|
<tool name="cmake" os="linux">
|
|
<version>3.22.2</version>
|
|
<exeRelativePath>cmake-3.22.2-linux-x86_64/bin/cmake</exeRelativePath>
|
|
<url>https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2-linux-x86_64.tar.gz</url>
|
|
<sha512>579e08b086f6903ef063697fca1dc2692f68a7341dd35998990b772b4221cdb5b1deecfa73bad9d46817ef09e58882b2adff9d64f959c01002c11448a878746b</sha512>
|
|
<archiveName>cmake-3.22.2linux-x86_64.tar.gz</archiveName>
|
|
</tool>
|
|
<tool name="cmake" os="freebsd">
|
|
<version>3.20.4</version>
|
|
<exeRelativePath>usr/local/bin/cmake</exeRelativePath>
|
|
<url>https://pkg.freebsd.org/FreeBSD:13:amd64/quarterly/All/cmake-3.20.4.txz</url>
|
|
<sha512>3e5b675d7ff924f92996d912e2365582e687375109ef99c9073fb8196bb329243a406b218cf1358d7cc518988b311ce9e5bf87de4d64f2e6377b7c2bc8894475</sha512>
|
|
<archiveName>cmake-3.20.4.txz</archiveName>
|
|
</tool>
|
|
<tool name="git" os="windows">
|
|
<version>2.7.4</version>
|
|
<exeRelativePath>mingw32\bin\git.exe</exeRelativePath>
|
|
<url>https://github.com/git-for-windows/git/releases/download/v2.35.1.windows.2/PortableGit-2.35.1.2-32-bit.7z.exe</url>
|
|
<sha512>f98df16641a615bbc36c5c319c78abb780d824ff35ed5f2a095e2d5fce2acacfc7f6532c96f1c81d3d3cd8a642858cbd9de0e0e5fcde9ca11e6ad9f6598bb82f</sha512>
|
|
<archiveName>PortableGit-2.35.1.2-32-bit.7z.exe</archiveName>
|
|
</tool>
|
|
<tool name="git" os="linux">
|
|
<version>2.7.4</version>
|
|
<exeRelativePath></exeRelativePath>
|
|
<url></url>
|
|
<sha512></sha512>
|
|
</tool>
|
|
<tool name="git" os="osx">
|
|
<version>2.7.4</version>
|
|
<exeRelativePath></exeRelativePath>
|
|
<url></url>
|
|
<sha512></sha512>
|
|
</tool>
|
|
<tool name="git" os="freebsd">
|
|
<version>2.7.4</version>
|
|
<exeRelativePath></exeRelativePath>
|
|
<url></url>
|
|
<sha512></sha512>
|
|
</tool>
|
|
<tool name="gsutil" os="windows">
|
|
<version>4.65</version>
|
|
<exeRelativePath>google-cloud-sdk\bin\gsutil.cmd</exeRelativePath>
|
|
<url>https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-347.0.0-windows-x86_64-bundled-python.zip</url>
|
|
<sha512>e2792e17b132aad77f7c0b9fd26faf415e9437923d9227a9e6d253554e6843d29a6ddad0a7fb5e9aea4a130fd4c521e6ece8844fd4a4f9e8d580348775425389</sha512>
|
|
<archiveName>google-cloud-sdk-347.0.0-windows-x86_64-bundled-python.zip</archiveName>
|
|
</tool>
|
|
<tool name="gsutil" os="osx">
|
|
<version>4.65</version>
|
|
<exeRelativePath>gsutil/gsutil</exeRelativePath>
|
|
<url>https://storage.googleapis.com/pub/gsutil_4.65.tar.gz</url>
|
|
<sha512>2c5c9dea48147f97180a491bbb9e24e8cbcd4f3452620e2f80338b781e4dfc90bb754e3bbfa05e1b990e44bff52d990d8c2dd51bc83d112339d8e6096a2f21c8</sha512>
|
|
<archiveName>gsutil_4.65.tar.gz</archiveName>
|
|
</tool>
|
|
<tool name="gsutil" os="linux">
|
|
<version>4.65</version>
|
|
<exeRelativePath>gsutil/gsutil</exeRelativePath>
|
|
<url>https://storage.googleapis.com/pub/gsutil_4.65.tar.gz</url>
|
|
<sha512>2c5c9dea48147f97180a491bbb9e24e8cbcd4f3452620e2f80338b781e4dfc90bb754e3bbfa05e1b990e44bff52d990d8c2dd51bc83d112339d8e6096a2f21c8</sha512>
|
|
<archiveName>gsutil_4.65.tar.gz</archiveName>
|
|
</tool>
|
|
<tool name="vswhere" os="windows">
|
|
<version>2.8.4</version>
|
|
<exeRelativePath>vswhere.exe</exeRelativePath>
|
|
<url>https://github.com/Microsoft/vswhere/releases/download/2.8.4/vswhere.exe</url>
|
|
<sha512>1a98beebd1bb6929cbe98b86a3b77fb1ae4508b86cdcb64696b20c3a3336a2b5c8518e19a21092f1c98a46202c048dba819dc52bef122485ac34b888b77e59b2</sha512>
|
|
</tool>
|
|
<tool name="nuget" os="windows">
|
|
<version>5.11.0</version>
|
|
<exeRelativePath>nuget.exe</exeRelativePath>
|
|
<url>https://dist.nuget.org/win-x86-commandline/v5.11.0/nuget.exe</url>
|
|
<sha512>06a337c9404dec392709834ef2cdbdce611e104b510ef40201849595d46d242151749aef65bc2d7ce5ade9ebfda83b64c03ce14c8f35ca9957a17a8c02b8c4b7</sha512>
|
|
</tool>
|
|
<tool name="nuget" os="linux">
|
|
<version>5.11.0</version>
|
|
<exeRelativePath>nuget.exe</exeRelativePath>
|
|
<url>https://dist.nuget.org/win-x86-commandline/v5.11.0/nuget.exe</url>
|
|
<sha512>06a337c9404dec392709834ef2cdbdce611e104b510ef40201849595d46d242151749aef65bc2d7ce5ade9ebfda83b64c03ce14c8f35ca9957a17a8c02b8c4b7</sha512>
|
|
</tool>
|
|
<tool name="nuget" os="osx">
|
|
<version>5.11.0</version>
|
|
<exeRelativePath>nuget.exe</exeRelativePath>
|
|
<url>https://dist.nuget.org/win-x86-commandline/v5.11.0/nuget.exe</url>
|
|
<sha512>06a337c9404dec392709834ef2cdbdce611e104b510ef40201849595d46d242151749aef65bc2d7ce5ade9ebfda83b64c03ce14c8f35ca9957a17a8c02b8c4b7</sha512>
|
|
</tool>
|
|
<tool name="coscli" os="windows">
|
|
<version>0.11.0</version>
|
|
<exeRelativePath>coscli-windows.exe</exeRelativePath>
|
|
<url>https://github.com/tencentyun/coscli/releases/download/v0.11.0-beta/coscli-windows.exe</url>
|
|
<sha512>38a521ec80cdb6944124f4233d7e71eed8cc9f9be2c0c736269915d21c3718ea8131e4516bb6eeada6df331f5fa8f47a299907e50ee9edbe0114444520974d06</sha512>
|
|
</tool>
|
|
<tool name="coscli" os="linux">
|
|
<version>0.11.0</version>
|
|
<exeRelativePath>coscli-linux</exeRelativePath>
|
|
<url>https://github.com/tencentyun/coscli/releases/download/v0.11.0-beta/coscli-linux</url>
|
|
<sha512>9c930a1d308e9581a0e2fdfe3751ea7fe13d6068df90ca6465740ec3eda034202ef71ec54c99e90015ff81aa68aa1489567db5e411e222eb7258704bdac7e924</sha512>
|
|
</tool>
|
|
<tool name="coscli" os="osx">
|
|
<version>0.11.0</version>
|
|
<exeRelativePath>coscli-mac</exeRelativePath>
|
|
<url>https://github.com/tencentyun/coscli/releases/download/v0.11.0-beta/coscli-mac</url>
|
|
<sha512>9556335bfc8bc14bace6dfced45fa77fb07c80f08aa975e047a54efda1d19852aae0ea68a5bc7f04fbd88e3edce5a73512a61216b1c5ff4cade224de4a9ab8db</sha512>
|
|
</tool>
|
|
<tool name="installerbase" os="windows">
|
|
<version>3.1.81</version>
|
|
<exeRelativePath>QtInstallerFramework-win-x86\bin\installerbase.exe</exeRelativePath>
|
|
<url>https://github.com/podsvirov/installer-framework/releases/download/cr203958-9/QtInstallerFramework-win-x86.zip</url>
|
|
<sha512>1f3e593270d7c2a4e271fdb49c637a2de462351310ef66bba298d30f6ca23365ec6aecf2e57799a00c873267cd3f92060ecac03eb291d42903d0e0869cd17c73</sha512>
|
|
<archiveName>QtInstallerFramework-win-x86.zip</archiveName>
|
|
</tool>
|
|
<tool name="7zip_msi" os="windows">
|
|
<version>21.07</version>
|
|
<exeRelativePath>Files\7-Zip\7z.exe</exeRelativePath>
|
|
<url>https://www.7-zip.org/a/7z2107-x64.msi</url>
|
|
<sha512>d55b44f1255d1b0e629719383a600a7e83dc6378d470096337b886ce24684d26bcc2b04f9cea39ad888179edce23ad2bd0e8e1863ddc40106c176adece8c012d</sha512>
|
|
<archiveName>7z2107-x64.msi</archiveName>
|
|
</tool>
|
|
<tool name="7zip" os="windows">
|
|
<version>21.07</version>
|
|
<exeRelativePath>7za.exe</exeRelativePath>
|
|
<url>https://www.7-zip.org/a/7z2107-extra.7z</url>
|
|
<sha512>648d894940bcc29951752d7a8fd18c770ee8d4fd944e17f1a52588e51ca8f58375ba48514538f2e1387786fd812bb86f75fd6bdd0892685cdcafb2989942c848</sha512>
|
|
<archiveName>7z2107-extra.7z</archiveName>
|
|
</tool>
|
|
<tool name="aria2" os="windows">
|
|
<version>1.35.0</version>
|
|
<exeRelativePath>aria2-1.35.0-win-32bit-build1\aria2c.exe</exeRelativePath>
|
|
<url>https://github.com/aria2/aria2/releases/download/release-1.35.0/aria2-1.35.0-win-32bit-build1.zip</url>
|
|
<sha512>933537cad820b1cecf43a9eeca7e1b241dd7b1c902ee942441a166f2c38845f16046321efbdfa2f83c7e9fc50c7ecc5da6fd00e0c6e2124c07d3b783aa5092a4</sha512>
|
|
<archiveName>aria2-1.35.0-win-32bit-build1.zip</archiveName>
|
|
</tool>
|
|
<tool name="aria2" os="osx">
|
|
<version>1.35.0</version>
|
|
<exeRelativePath>aria2-1.35.0/bin/aria2c</exeRelativePath>
|
|
<url>https://github.com/aria2/aria2/releases/download/release-1.35.0/aria2-1.35.0-osx-darwin.tar.bz2</url>
|
|
<sha512>3bb32b7d55347d1af37c6f4ebf0e20b38ce51c37a1baf92f7ad1762000539a03413dd679a6d902fdb1805fa71917300c9692aceee012eb06ecdff10491137aec</sha512>
|
|
<archiveName>aria2-1.35.0-osx-darwin.tar.bz2</archiveName>
|
|
</tool>
|
|
<tool name="ninja" os="windows">
|
|
<version>1.10.2</version>
|
|
<exeRelativePath>ninja.exe</exeRelativePath>
|
|
<url>https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip</url>
|
|
<sha512>6004140d92e86afbb17b49c49037ccd0786ce238f340f7d0e62b4b0c29ed0d6ad0bab11feda2094ae849c387d70d63504393714ed0a1f4d3a1f155af7a4f1ba3</sha512>
|
|
<archiveName>ninja-win-1.10.2.zip</archiveName>
|
|
</tool>
|
|
<tool name="ninja" os="linux">
|
|
<version>1.10.2</version>
|
|
<exeRelativePath>ninja</exeRelativePath>
|
|
<url>https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-linux.zip</url>
|
|
<sha512>93e802e9c17fb59636cddde4bad1ddaadad624f4ecfee00d5c78790330a4e9d433180e795718cda27da57215ce643c3929cf72c85337ee019d868c56f2deeef3</sha512>
|
|
<archiveName>ninja-linux-1.10.2.zip</archiveName>
|
|
</tool>
|
|
<tool name="ninja" os="osx">
|
|
<version>1.10.2</version>
|
|
<exeRelativePath>ninja</exeRelativePath>
|
|
<url>https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-mac.zip</url>
|
|
<sha512>bcd12f6a3337591306d1b99a7a25a6933779ba68db79f17c1d3087d7b6308d245daac08df99087ff6be8dc7dd0dcdbb3a50839a144745fa719502b3a7a07260b</sha512>
|
|
<archiveName>ninja-mac-1.10.2.zip</archiveName>
|
|
</tool>
|
|
<tool name="ninja" os="freebsd">
|
|
<version>1.8.2</version>
|
|
<exeRelativePath>ninja</exeRelativePath>
|
|
<url>https://github.com/ivysnow/ninja/releases/download/v1.8.2/ninja-freebsd.zip</url>
|
|
<sha512>56a55ae9a6b5dfad4f28f9fe9b8114f1475c999d2f07fff7efa7375f987e74b498e9b63c41fc6c577756f15f3a1459c6d5d367902de3bedebdf9a9fd49089a86</sha512>
|
|
<archiveName>ninja-freebsd-1.8.2.zip</archiveName>
|
|
</tool>
|
|
<tool name="powershell-core" os="windows">
|
|
<version>7.2.3</version>
|
|
<exeRelativePath>pwsh.exe</exeRelativePath>
|
|
<url>https://github.com/PowerShell/PowerShell/releases/download/v7.2.3/PowerShell-7.2.3-win-x86.zip</url>
|
|
<sha512>4b275fd1dc6430e0d7b77d4c34ec54ad47502602592ebc1ec99c88610ec24d3adca27a41896dc4767ac820ad7e000f9c2b1d678b05e9dd76086ff52a11976f80</sha512>
|
|
<archiveName>PowerShell-7.2.3-win-x86.zip</archiveName>
|
|
</tool>
|
|
<tool name="node" os="windows">
|
|
<version>16.12.0</version>
|
|
<exeRelativePath>node-v16.12.0-win-x64\node.exe</exeRelativePath>
|
|
<url>https://nodejs.org/dist/v16.12.0/node-v16.12.0-win-x64.7z</url>
|
|
<sha512>0bb793fce8140bd59c17f3ac9661b062eac0f611d704117774f5cb2453d717da94b1e8b17d021d47baff598dc023fb7068ed1f8a7678e446260c3db3537fa888</sha512>
|
|
<archiveName>node-v16.12.0-win-x64.7z</archiveName>
|
|
</tool>
|
|
<tool name="node" os="linux">
|
|
<version>16.12.0</version>
|
|
<exeRelativePath>node-v16.12.0-linux-x64/bin/node</exeRelativePath>
|
|
<url>https://nodejs.org/dist/v16.12.0/node-v16.12.0-linux-x64.tar.gz</url>
|
|
<sha512>45658083c35c13f2bc4b88d68a12c76213bdaf2235776e041c9937ce912a83cb49d655965568c99a5e139ff5c03b1e460c13ad8ab7f0c5570b531907715f6e0f</sha512>
|
|
<archiveName>node-v16.12.0-linux-x64.tar.gz</archiveName>
|
|
</tool>
|
|
<tool name="node" os="osx">
|
|
<version>16.12.0</version>
|
|
<exeRelativePath>node-v16.12.0-darwin-x64/bin/node</exeRelativePath>
|
|
<url>https://nodejs.org/dist/v16.12.0/node-v16.12.0-darwin-x64.tar.gz</url>
|
|
<sha512>f758a90d3dcc3adf296abbed01b69a3a27e63c2085b7f604d83550714b1ac374f36e73fc02dd31bf60e532205d92e1605a05b35642142d20ac07c4bb98c69f70</sha512>
|
|
<archiveName>node-v16.12.0-darwin-x64.tar.gz</archiveName>
|
|
</tool>
|
|
</tools>
|