Skip to content

Commit 4bd30c9

Browse files
Change to Visual Studio 17.6.5 for building on Windows at Oracle [JDK-8319573]
1 parent 596df27 commit 4bd30c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
4444
},
4545
packages+: {
4646
# devkit_platform_revisions in make/conf/jib-profiles.js
47-
"devkit:VS2022-17.1.0+1" : "==1"
47+
"devkit:VS2022-17.6.5+1" : "==0"
4848
},
4949
capabilities+: ["windows"],
5050
name+: "-windows-cygwin",

0 commit comments

Comments
 (0)