A simple, fast Mysql library for Ruby, binding to libmysql
Go to file
Jarek Prokop 273796f7cc Disable tests for 32bit arch.
mariadb-server needed for majority of the tests is not built for ix86:
e7c7129940/mariadb.spec (L2)

mariadb-connector-c is still available, so let's keep shipping the
rubygem-mysql2 since we can still compile it OK on that architecture.

Since mariadb-server is not present in repos, dnf will fail with similar
message to:
~~~
Last metadata expiration check: 0:00:46 ago on Fri Jul 18 12:56:21 2025.
Package openssl-1:3.5.1-2.el9.i686 is already installed.
No matching package to install: 'mariadb-server'
Not all dependencies satisfied
Error: Some packages could not be found.
~~~
`No matching package to install: 'mariadb-server'` is the relevant line.

Related: RHEL-80220
2025-07-18 12:59:56 +02:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-15 06:16:58 -07:00
rubygem-mysql2-0.5.3-fix-assertion-mariadb-connector-c.patch Fix test assertion for mariadb-connector-c 2022-03-28 13:46:46 +02:00
rubygem-mysql2-0.5.4-use-ssl-pem-files-in-repo.patch Fix the broken SSL tests with MariaDB 10.5.18. 2025-07-14 15:56:27 +02:00
rubygem-mysql2.spec Disable tests for 32bit arch. 2025-07-18 12:59:56 +02:00
sources RHEL 9.0.0 Alpha bootstrap 2020-10-15 06:16:58 -07:00