Re: RFR: 8360042: GHA: Bump MSVC to 14.44

2025-06-20 Thread Aleksey Shipilev
On Fri, 20 Jun 2025 11:16:52 GMT, Antonio Vieiro wrote: >> See the bug for extended details about this little mess. > > Looks like [it cannot find a C > compiler](https://github.com/openjdk/jdk/blob/8f121a173ca2534c706682f6c68fbbb0b94ec057/make/autoconf/toolchain.m4#L469) > on `windows-x64`...

Re: RFR: 8360042: GHA: Bump MSVC to 14.44

2025-06-20 Thread Aleksey Shipilev
On Fri, 20 Jun 2025 08:36:30 GMT, Aleksey Shipilev wrote: > See the bug for extended details about this little mess. Great, I can see that new runner image does _not_ like `14.43`. So we are in weird spot at the moment: - Old runner image works with `14.43`, fails with `14.44` - New runner im

RFR: 8360042: GHA: Bump MSVC to 14.44

2025-06-20 Thread Aleksey Shipilev
See the bug for extended details about this little mess. - Commit messages: - Try 14.44 Changes: https://git.openjdk.org/jdk/pull/25912/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=25912&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8360042 Stats: 2 lines in 1

Re: RFR: 8360042: GHA: Bump MSVC to 14.44

2025-06-20 Thread Antonio Vieiro
On Fri, 20 Jun 2025 08:36:30 GMT, Aleksey Shipilev wrote: > See the bug for extended details about this little mess. Looks like [it cannot find a C compiler](https://github.com/openjdk/jdk/blob/8f121a173ca2534c706682f6c68fbbb0b94ec057/make/autoconf/toolchain.m4#L469) on `windows-x64`... [.