You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use docker compose in CI to match local dev workflow
CI was using Ubuntu's native MySQL packages while local development
uses containerized MariaDB from openSUSE via docker-compose. This
version mismatch caused collation recognition failures (eg. from
PR SUSE#1840). Run CI through docker compose so both environments use
the same database engine and container setup.
Ref: SUSE#1840 (comment)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments