Skip to content
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

Vagrant: Add Windows Server 2022 option to VPC #3257

Merged
merged 6 commits into from
Nov 21, 2023

Conversation

steelhead31
Copy link
Contributor

@steelhead31 steelhead31 commented Nov 17, 2023

Fixes #3193

Implements a VPC option for Windows Server 2022, this requires a new Vagrant Box to match the standard VPC vagrant file naming ( Vagrantfile.win2022 ) and in particular an improvement to the MSVS_2017 installation from download role to mirror the installs of MSVS_2019 & MSVS_2019, in using Powershell to handle the installation rather than the command shell.

Checklist

@steelhead31
Copy link
Contributor Author

steelhead31 commented Nov 17, 2023

Vagrant performance tweak

Vagrantfile alignments.

Comment fix.

Vagrant update

Vagrantfiles
@steelhead31 steelhead31 marked this pull request as ready for review November 20, 2023 09:20
@sxa
Copy link
Member

sxa commented Nov 20, 2023

Interesting - I re-ran the ansible linter on another PR (https://github.com/adoptium/infrastructure/actions/runs/6864603825?pr=3250) and it seemed to go through ok.

@steelhead31
Copy link
Contributor Author

Interesting - I re-ran the ansible linter on another PR (https://github.com/adoptium/infrastructure/actions/runs/6864603825?pr=3250) and it seemed to go through ok.

Yes, I've no idea why its suddenly failing today, I've identified the issue and have a suitable fix, which has been tested OK, but I've stuck it in a separate PR #3259

@steelhead31 steelhead31 requested a review from sxa November 21, 2023 08:24
Copy link
Member

@sxa sxa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix #3259 seems to have done the trick - great work tracking that down :-)

@steelhead31 steelhead31 merged commit 5eb5d44 into adoptium:master Nov 21, 2023
8 checks passed
@steelhead31 steelhead31 deleted the add_vpc_win2022 branch November 21, 2023 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inclusion of an additional check to run via vagrant on a windows 2022 server.
3 participants