# HG changeset patch # User weijun # Date 1526262513 -28800 # Node ID 177e80c70ed1473e4beb25f444cb1ecfba332b90 # Parent 6f7df300e998cb4f4ecb8e07f936c88b6302b53c Use VS2017 diff -r 6f7df300e998 -r 177e80c70ed1 make/conf/jib-profiles.js --- a/make/conf/jib-profiles.js Mon May 14 09:44:42 2018 +0800 +++ b/make/conf/jib-profiles.js Mon May 14 09:48:33 2018 +0800 @@ -822,7 +822,7 @@ macosx_x64: "Xcode6.3-MacOSX10.9+1.0", solaris_x64: "SS12u4-Solaris11u1+1.0", solaris_sparcv9: "SS12u4-Solaris11u1+1.1", - windows_x64: "VS2013SP4+1.0", + windows_x64: "VS2017-15.5.5+1.0", linux_aarch64: (input.profile != null && input.profile.indexOf("arm64") >= 0 ? "gcc-linaro-aarch64-linux-gnu-4.8-2013.11_linux+1.0" : "gcc7.3.0-Fedora27+1.0"),