Skip to content
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

(CAT-2100) Add Debian 12 support #1653

Merged
merged 1 commit into from
Oct 25, 2024

Commits on Oct 18, 2024

  1. (CAT-2100) Add Debian 12 support

     - Add all Debian 11 and above platforms to have expected privileges.
     - Add ruby package for Debian 12
     - When downloading the mariadb-server package '/var/log/mysql' is automatically created for other platforms, but that is not the case with Debian 12. So, make sure the directory is present.
     - Debian 12 uses utf8mb3 encoding since utf8 is not supported on it.
     - Skip Debian-12-arm platform from tests since the mysql binaries, 'my_print_defaults' and 'mysql_config_editor', are not supported for ARM architecture.
    shubhamshinde360 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    074067a View commit details
    Browse the repository at this point in the history