Skip to content

Commit

Permalink
Install MariaDB ODBC driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed Feb 17, 2024
1 parent b3be869 commit 0b83bb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ci/install_odbc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ run_apt remove \
run_apt install \
tar bzip2 \
unixodbc unixodbc-dbgsym unixodbc-dev \
odbc-postgresql odbc-postgresql-dbgsym postgresql
odbc-postgresql odbc-postgresql-dbgsym postgresql \
odbc-mariadb

# Use full path to the driver library to avoid errors like
# [01000][unixODBC][Driver Manager]Can't open lib 'psqlodbca.so' : file not found
Expand Down

0 comments on commit 0b83bb8

Please sign in to comment.