-
Notifications
You must be signed in to change notification settings - Fork 2
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
MySQL 8 Support for Mac M1/ARM architecture #121
Comments
@e0d: I'm not sure this needs to be called out as a separate ticket for M1 Macs. There are MySQL 8.0 docker images for ARM64, so it should just work as part of the overall upgrade of Tutor to MySQL 8.0 when the time comes. In the meantime, M1 Macs using Tutor can continue to use MariaDB 10.4 as a stopgap. |
Ah, got it. What we'd need is ARM support for MySQL 5.7, which we've decided to not do in favor of MariaDB. I'll close this if there's no objection. |
Related to overhangio/tutor#510 |
@e0d How about I close this in favor of a new Tutor project issue, something like "As a developer on an arm64 machine, I want Tutor to work out-of-the-box"? |
Sounds good
…On Mon, Jan 31, 2022, 11:00 AM Kyle McCormick ***@***.***> wrote:
@e0d <https://github.com/e0d> How about I close this in favor of a new
Tutor project issue, something like "As a developer on on arm64 machine, I
want Tutor to work out-of-the-box"?
—
Reply to this email directly, view it on GitHub
<#121 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJWEAX5FJDVKX27QWOLF3LUY2WZVANCNFSM5M67VQMQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Closed in favor of openedx-unsupported/wg-developer-experience#35 |
Reading this thread, I don't think it's appropriate to track this as shipped in Nutmeg? There's an alternate status for closed tickets (not done and not shipped). |
Yup, I think "Closed" is appropriate here, since we never finished this, we just moved the tracking of it over to the Tutor project.
Agreed. Anyway, openedx-unsupported/wg-developer-experience#35 is already nested under #122, which is on the roadmap. |
Updated the status to "Closed" |
In order to support development on Mac M1 machines, we will need a workable solution for running MySQL 8 on that architecture.
The issue includes both a design proposal and the implementation. Design proposal should be vetted by Build/Test/Release before moving forward with implementation.
Proposal should be documented as an ADR.
The text was updated successfully, but these errors were encountered: