8232134: Change to Visual Studio 2017 15.9.16 for building on Windows at Oracle
Reviewed-by: ihse
This commit is contained in:
parent
32540b6fc3
commit
d527c076c4
@ -293,7 +293,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr class="even">
|
<tr class="even">
|
||||||
<td style="text-align: left;">Windows</td>
|
<td style="text-align: left;">Windows</td>
|
||||||
<td style="text-align: left;">Microsoft Visual Studio 2017 update 15.9.6</td>
|
<td style="text-align: left;">Microsoft Visual Studio 2017 update 15.9.16</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
@ -326,7 +326,7 @@ issues.
|
|||||||
Linux gcc 8.3.0
|
Linux gcc 8.3.0
|
||||||
macOS Apple Xcode 10.1 (using clang 10.0.0)
|
macOS Apple Xcode 10.1 (using clang 10.0.0)
|
||||||
Solaris Oracle Solaris Studio 12.6 (with compiler version 5.15)
|
Solaris Oracle Solaris Studio 12.6 (with compiler version 5.15)
|
||||||
Windows Microsoft Visual Studio 2017 update 15.9.6
|
Windows Microsoft Visual Studio 2017 update 15.9.16
|
||||||
|
|
||||||
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
|
||||||
|
@ -948,7 +948,7 @@ var getJibProfilesDependencies = function (input, common) {
|
|||||||
macosx_x64: "Xcode10.1-MacOSX10.14+1.0",
|
macosx_x64: "Xcode10.1-MacOSX10.14+1.0",
|
||||||
solaris_x64: "SS12u4-Solaris11u1+1.0",
|
solaris_x64: "SS12u4-Solaris11u1+1.0",
|
||||||
solaris_sparcv9: "SS12u6-Solaris11u3+1.0",
|
solaris_sparcv9: "SS12u6-Solaris11u3+1.0",
|
||||||
windows_x64: "VS2017-15.9.6+1.0",
|
windows_x64: "VS2017-15.9.16+1.0",
|
||||||
linux_aarch64: "gcc8.2.0-Fedora27+1.0",
|
linux_aarch64: "gcc8.2.0-Fedora27+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",
|
||||||
|
@ -32,10 +32,7 @@ VS_VERSION="2017"
|
|||||||
VS_VERSION_NUM_NODOT="150"
|
VS_VERSION_NUM_NODOT="150"
|
||||||
VS_DLL_VERSION="140"
|
VS_DLL_VERSION="140"
|
||||||
SDK_VERSION="10"
|
SDK_VERSION="10"
|
||||||
SDK_FULL_VERSION="10.0.16299.0"
|
|
||||||
MSVC_DIR="Microsoft.VC141.CRT"
|
MSVC_DIR="Microsoft.VC141.CRT"
|
||||||
MSVC_FULL_VERSION="14.12.25827"
|
|
||||||
REDIST_FULL_VERSION="14.12.25810"
|
|
||||||
|
|
||||||
SCRIPT_DIR="$(cd "$(dirname $0)" > /dev/null && pwd)"
|
SCRIPT_DIR="$(cd "$(dirname $0)" > /dev/null && pwd)"
|
||||||
BUILD_DIR="${SCRIPT_DIR}/../../build/devkit"
|
BUILD_DIR="${SCRIPT_DIR}/../../build/devkit"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user