From ccc3a4b58407b6edb69065a7cb8ecd0497e3519a Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 16 Feb 2023 19:24:09 +0100 Subject: [PATCH] Comment-out unixodbc-dev installation in CI, as it's already present in Ubuntu 22.04 --- data/infra/ci/install-ms-odbc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/infra/ci/install-ms-odbc.sh b/data/infra/ci/install-ms-odbc.sh index f8226db8..eb3fade1 100755 --- a/data/infra/ci/install-ms-odbc.sh +++ b/data/infra/ci/install-ms-odbc.sh @@ -6,4 +6,4 @@ curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - curl https://packages.microsoft.com/config/ubuntu/22.04/prod.list > /etc/apt/sources.list.d/mssql-release.list apt-get update ACCEPT_EULA=Y apt-get install msodbcsql18 -apt-get install unixodbc-dev +# apt-get install unixodbc-dev