objection.js
objection.js copied to clipboard
Switch from mysql docker container to mariadb for ARM support (#2615)
@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 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).
@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 👀
Hi @lehni! I've been investigating and we have some kind of DEADLOCK happening. I'll need to investigate more.