-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fix setup-sql-server GitHub Windows Larger Runner incompatibility (OSOE-796) #320
Comments
You just love it when maintainers don't read the bug reports, just close them. |
|
Well sadly after testing even |
We need to stay with Chocolatey. Since this works with the Standard Runners but not the Larger ones, it's not some inherent bug with the approach, but something caused by the differences between the platforms. |
I got a working |
When using
setup-sql-server
under Linux or under Windows but on either a GitHub-hosted Standard Runner or a GitRunners one, it runs to completion without issues. However, executing it under a GitHub-hosted Windows Larger Runner produces this output, failing the workflow:See e.g. this run.
This might be an issue with Chocolatey or something that we can fix from our script.
Opened actions/runner-images#9277 about this but the maintainers closed it.
Once this is fixed, use a Larger Runner in the
build-and-test-larger-runners
job's config in OSOCE.Jira issue
The text was updated successfully, but these errors were encountered: