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

chore: mysql version in docker compose updated to v8 #1299

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chinmaypurav
Copy link

Description

When contributing to the package, I faced several challenges on my MacBook Pro M3 chip due to ARM architecture limitations.

Why this should be added

MySQL 5.7 has been EOL already since Oct 2023 and has no supported ARM tags. We should upgrade the MySQL version to 8.

MySQL 8 does have ARM support.

I was able to run the tests successfully on the said docker image.

@stancl
Copy link
Member

stancl commented Jan 17, 2025

When contributing to the package, I faced several challenges on my MacBook Pro M3 chip due to ARM architecture limitations.

See CONTRIBUTING.md. There's a docker compose override for M-series chips.

@chinmaypurav
Copy link
Author

When contributing to the package, I faced several challenges on my MacBook Pro M3 chip due to ARM architecture limitations.

See CONTRIBUTING.md. There's a docker compose override for M-series chips.

Sorry, my bad; I missed that part as I went in the other direction to solve that problem. That also works fine.

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.

2 participants