Integrated: 8259679: GitHub actions should use MSVC 14.28
Aleksey Shipilev
shade at openjdk.java.net
Mon Jan 18 18:45:45 UTC 2021
On Mon, 18 Jan 2021 13:02:59 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> Current Windows GH Actions fails with:
>
> configure: using /cygdrive/c/progra~2/micros~1/2019/Enterprise/vc/auxiliary/build/vcvarsx86_amd64.bat
> configure: Setting extracted environment variables for x86_64
> checking that Visual Studio variables have been correctly extracted... ok
> checking for cl... [not found]
> configure: error: Could not find a C compiler.
> configure exiting with result code 1
>
> I managed to figure out that MSVC build 14.27 is not really available. 14.28 is available instead. Note that Windows AArch64 build block already uses 14.28 in the same manner, so this change not only fixes the GH actions, it also keeps both blocks consistent.
This pull request has now been integrated.
Changeset: 6b4732fe
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/6b4732fe
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
8259679: GitHub actions should use MSVC 14.28
Reviewed-by: ihse, redestad
-------------
PR: https://git.openjdk.java.net/jdk/pull/2126
More information about the build-dev
mailing list