зеркало из https://github.com/mozilla/gecko-dev.git
278fa528e2
There are two big parts in the MSVC toolchain we use: - the Windows 10 SDK - Visual C++ For the former, both the 15.8.4 and 15.9.6 toolchains are using the same version of the Win10 SDK. For the latter, we're not using the compiler itself anymore, so the only substantial difference is in the headers and libraries included with Visual C++, as well as the redist libraries for the CRT. Both versions are supposed to be compatible to the same set of OS versions, fitting our system requirements. This makes us use the same version of MSVC on all our Windows builds (arm64 builds were already on 15.9.6). Differential Revision: https://phabricator.services.mozilla.com/D123720 |
||
---|---|---|
.. | ||
kind.yml | ||
linux.yml | ||
windows.yml |