-
Notifications
You must be signed in to change notification settings - Fork 613
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
CI: test WSL2 #1781
Comments
I can't find the documentation about We're planning on using a Windows Server runner to test Finch's usage of this feature as well (the work-in-progress PR is here if you're interested in the entire process, but what's more interesting is probably the PowerShell script we're planning to run). For some details on how we're planning on doing it:
From here, the runner should be setup, and the remaining steps should be very similar to how the CI is run on macOS/Linux (clone repo, make, run tests), with the key difference being specifying the usage of the experimental I guess a maintainer would have to add the runner to this repo in order to test anything right? |
Added by myself. This is a “larger” runner managed by GitHub. |
Follow-up to:
runs-on: windows-2022-8-cores
(larger runner) is known to support Hyper-V, but not sure if it supports WSL2.Probably it should work: https://techcommunity.microsoft.com/t5/itops-talk-blog/wsl2-now-available-on-windows-server-2022/ba-p/3447570
The text was updated successfully, but these errors were encountered: