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

backup location for mysql-8.0.31-winx64.zip #17563

Closed
wants to merge 6 commits into from

Conversation

divinity76
Copy link
Contributor

@divinity76 divinity76 commented Jan 24, 2025

in case of rate-limiting on dev.mysql.com. if the WINDOWS_X64_ZTS CI pass on this PR, that means it's probably working.
ref #17561

@iluuu1994
Copy link
Member

Are we sure this is actually caused by rate-limiting? This error appeared for the very first build today. https://github.com/php/php-src/actions/runs/12950383228/job/36123045302

@divinity76
Copy link
Contributor Author

divinity76 commented Jan 24, 2025

i don't have a better theory, and I can download it from my own IP just fine 🤔
specifically this URL works from my home, but does not work on the github CI (HTTP 403 Forbidden): https://cdn.mysql.com//archives/mysql-8.0/mysql-8.0.31-winx64.zip

@divinity76 divinity76 marked this pull request as ready for review January 24, 2025 15:11
@divinity76 divinity76 requested a review from TimWolla as a code owner January 24, 2025 15:11
@divinity76
Copy link
Contributor Author

I wonder why it's stuck on

Push / WINDOWS_X64_ZTS (pull_request) Queued — Waiting to run this check...

iluuu1994 and others added 2 commits January 24, 2025 16:19
@iluuu1994
Copy link
Member

iluuu1994 commented Jan 24, 2025

I suspect this is a chocolatey or dev.mysql.com problem. Possibly, GH runs into rate-limiting because GH actions worker share a public IP. If that's the case, we should report the error rather than trying to fix it ourselves.

@cmb69
Copy link
Member

cmb69 commented Jan 24, 2025

It's a bit ridiculous to download the full MySQL (200MB?) for each and every PR/commit (see #16303 for an attempted alternative).

@iluuu1994
Copy link
Member

@cmb69 I don't object to changing the installation process, but one thing that I dislike is the ever growing list of version numbers that we need to bump, especially if it includes the patch version. Is there a way we can avoid that?

@divinity76
Copy link
Contributor Author

the problem seems to have vanished by itself (?)

@divinity76 divinity76 closed this Jan 24, 2025
@cmb69
Copy link
Member

cmb69 commented Jan 24, 2025

@iluuu1994, for MariaDB we could likely use their REST API; basically lock in to an LTS, and just detect whether there is a new point release.

the problem seems to have vanished by itself (?)

I had expected this. We're likely not the only one installing MySQL via GH actions. :)

@cmb69
Copy link
Member

cmb69 commented Jan 24, 2025

I had expected this.

Eventually (https://github.com/php/php-src/actions/runs/12949436197/job/36132329873)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants