objection.js icon indicating copy to clipboard operation
objection.js copied to clipboard

Switch from mysql docker container to mariadb for ARM support (#2615)

Open lehni opened this issue 11 months ago • 4 comments

lehni avatar Mar 03 '24 06:03 lehni

@cesumilo some interesting errors: https://github.com/Vincit/objection.js/actions/runs/8128379660/job/22214211556?pr=2619

Perhaps you could investigate why this isn't working? It would be my preferred solution.

lehni avatar Mar 03 '24 06:03 lehni

@lehni If you want to get ARM support with MySQL, you can either use a sufficiently new version (I think it started working around 8.0.34 or a bit earlier), or use Oracle Linux Docker images (these started supporting ARM earlier).

kibertoad avatar Mar 03 '24 15:03 kibertoad

@cesumilo some interesting errors: https://github.com/Vincit/objection.js/actions/runs/8128379660/job/22214211556?pr=2619

Perhaps you could investigate why this isn't working? It would be my preferred solution.

@lehni I'll have a look 👀

cesumilo avatar Mar 04 '24 09:03 cesumilo

Hi @lehni! I've been investigating and we have some kind of DEADLOCK happening. I'll need to investigate more.

cesumilo avatar Mar 25 '24 15:03 cesumilo