-
Notifications
You must be signed in to change notification settings - Fork 6.2k
8259679: GitHub actions should use MSVC 14.28 #2126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
👋 Welcome back shade! A progress list of the required criteria for merging this PR into |
magicus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
|
@shipilev This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
|
/integrate |
|
@shipilev Since your change was applied there have been 2 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit 6b4732f. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
|
Mailing list message from David Holmes on build-dev: Hi Aleksey, On 18/01/2021 11:07 pm, Aleksey Shipilev wrote:
Hard-wiring build numbers seems a maintenance PITA. :( Is there not a Would it not also be good to add a check for the existence of the build Cheers, |
|
Mailing list message from Magnus Ihse Bursie on build-dev: On 2021-01-19 00:13, David Holmes wrote:
I agree that hard-wiring numbers in the code is bad. However, having But what do you mean by "independent of the actual build installed"?
It would be fantastic! Please tell me how to to that in the limited, /Magnus
|
|
Mailing list message from David Holmes on build-dev: On 19/01/2021 11:48 pm, Magnus Ihse Bursie wrote:
I think this is a bit different to the way we use jib to manage our own
We have AFAIK no control over what toolkit versions are installed for
If we put those hard-wired version/build numbers into a file readable by Cheers,
|
|
Mailing list message from Magnus Ihse Bursie on build-dev: On 2021-01-20 06:48, David Holmes wrote:
I think that depends on how we view the GHA testing, which still is not I think we need to make the most effort we can to control the GHA Which is how things work today.
So just to be clear: configure *did* check for the existence of VS, and This PR was about updating the version of VS required by the GHA build 1) move the version number to a separate configuration file, instead of 2) have the submit.yml GHA script check for the availability of the but it might be just my limited knowledge about the system. If it were /Magnus
|
Current Windows GH Actions fails with:
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.
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jdk pull/2126/head:pull/2126$ git checkout pull/2126