8253615: Change to Visual Studio 2019 16.7.2 for building on Windows at Oracle
Reviewed-by: mikael
This commit is contained in:
parent
8b85c3a6d7
commit
24a424891c
@ -273,7 +273,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr class="odd">
|
<tr class="odd">
|
||||||
<td style="text-align: left;">Windows</td>
|
<td style="text-align: left;">Windows</td>
|
||||||
<td style="text-align: left;">Microsoft Visual Studio 2019 update 16.5.3</td>
|
<td style="text-align: left;">Microsoft Visual Studio 2019 update 16.7.2</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
@ -304,7 +304,7 @@ issues.
|
|||||||
------------------ -------------------------------------------------------
|
------------------ -------------------------------------------------------
|
||||||
Linux gcc 9.2.0
|
Linux gcc 9.2.0
|
||||||
macOS Apple Xcode 10.1 (using clang 10.0.0)
|
macOS Apple Xcode 10.1 (using clang 10.0.0)
|
||||||
Windows Microsoft Visual Studio 2019 update 16.5.3
|
Windows Microsoft Visual Studio 2019 update 16.7.2
|
||||||
|
|
||||||
All compilers are expected to be able to compile to the C99 language standard,
|
All compilers are expected to be able to compile to the C99 language standard,
|
||||||
as some C99 features are used in the source code. Microsoft Visual Studio
|
as some C99 features are used in the source code. Microsoft Visual Studio
|
||||||
|
@ -961,7 +961,7 @@ var getJibProfilesDependencies = function (input, common) {
|
|||||||
var devkit_platform_revisions = {
|
var devkit_platform_revisions = {
|
||||||
linux_x64: "gcc9.2.0-OL6.4+1.0",
|
linux_x64: "gcc9.2.0-OL6.4+1.0",
|
||||||
macosx_x64: "Xcode11.3.1-MacOSX10.15+1.0",
|
macosx_x64: "Xcode11.3.1-MacOSX10.15+1.0",
|
||||||
windows_x64: "VS2019-16.5.3+1.0",
|
windows_x64: "VS2019-16.7.2+1.0",
|
||||||
linux_aarch64: "gcc9.2.0-OL7.6+1.0",
|
linux_aarch64: "gcc9.2.0-OL7.6+1.0",
|
||||||
linux_arm: "gcc8.2.0-Fedora27+1.0",
|
linux_arm: "gcc8.2.0-Fedora27+1.0",
|
||||||
linux_ppc64le: "gcc8.2.0-Fedora27+1.0",
|
linux_ppc64le: "gcc8.2.0-Fedora27+1.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user