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
ci: fix Windows test glob + Ubuntu mysql/mariadb apt conflict
Two CI failures from PR #4:
- Windows: ./internal/driver/_*/ is a bash glob PowerShell doesn't expand, so
go test got a literal path and failed. Name _mysqlcommon by import path
instead (portable across shells); mirror in the Makefile.
- Ubuntu: mariadb-client Conflicts with mysql-client-core, so they can't
co-install. Install mysql-client from Ubuntu and pull mariadb-client from
MariaDB's official APT repo, which is built to coexist.
0 commit comments