potiuk commented on PR #33722: URL: https://github.com/apache/airflow/pull/33722#issuecomment-1694192392
> This implementations still uses Oracle MySQL repo for X86_64, but with more hacks rather for ARM and MariaDB. > Personally I can't find easier way obtain shared libraries from MySQL repo: All right. I need to take a deeper look then :) > BTW we do not use libmariadb3 (I don't remember why I do not add it initially) in our image and seems like everything work fine, at least I do not have any problem to build any mysql clients with it. This made me think that we actually do not need to use libmysqlclientXX and could use one of: mysql-community-client-core, mysql-community-client, mysql-client-core, mysql-core Or even deep, deep, deep look :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
