-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Use preinstalled MySQL for Windows CI #17570
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
Recent hosted GH Windows runners already have MySQL preinstalled, so there is no particular need to install it again via Chocolatey or other means. If we ever need to address more specific needs, we may want to have a look at <https://github.com/ankane/setup-mysql>.
53f3348
to
2c7e6f9
Compare
Apparently, this works also for |
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.
Thank you @cmb69!
We should also look into upgrading to 8.4 (or 9.1) soon, normal support for 8.0 ends in 3 months, and extended support one year later. |
Might be a good idea, but at least for now I'm happy if CI is green again. |
Great, next chocolatey error 🥲 https://github.com/php/php-src/actions/runs/12969910786/job/36174542074?pr=17576 |
I had a Chocolatey error a few hours earlier, and retriggering the job worked. I've now retriggered this one, too. But yeah, if that happens too often, we should probably switch to https://github.com/ankane/setup-sqlserver (or set up SQLServer manually). |
Oh, also happened for a nightly job. Apparently, Chocolately downloads the full installation package (266MB), while usually you download only a minimal installer (4MB) which fetches the rest from the Web as it goes. I'll have a look. |
Recent hosted GH Windows runners already have MySQL preinstalled, so there is no particular need to install it again via Chocolatey or other means. If we ever need to address more specific needs, we may want to have a look at <https://github.com/ankane/setup-mysql>. Closes phpGH-17561. Closes phpGH-17570.
Recent hosted GH Windows runners already have MySQL preinstalled, so there is no particular need to install it again via Chocolatey or other means.
If we ever need to address more specific needs, we may want to have a look at https://github.com/ankane/setup-mysql.
Closes GH-17561.