From 1a613761cfc5084d368c7bd333b1d8d1e59e0538 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 21 Dec 2020 18:45:08 +0100 Subject: [PATCH 1/2] Build PDO dblib and PDO firebird on Azure Once again, this only builds the drivers, all tests will be skipped. Closes GH-6529. --- azure/apt.yml | 2 ++ azure/configure.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/azure/apt.yml b/azure/apt.yml index aa27d4a5513d5..876746b03bec8 100644 --- a/azure/apt.yml +++ b/azure/apt.yml @@ -48,5 +48,7 @@ steps: dovecot-pop3d \ dovecot-imapd \ sendmail \ + freetds-dev \ + firebird-dev \ ${{ parameters.packages }} displayName: 'APT' diff --git a/azure/configure.yml b/azure/configure.yml index fa566bf6e76a1..eff14f9183980 100644 --- a/azure/configure.yml +++ b/azure/configure.yml @@ -62,6 +62,8 @@ steps: --with-kerberos \ --with-imap-ssl \ --with-pdo-odbc=unixODBC,/usr \ + --with-pdo-dblib \ + --with-pdo-firebird \ --enable-werror \ --with-config-file-path=/etc \ --with-config-file-scan-dir=/etc/php.d From a6d3c324ce4a26de4a5f46ac5d81693b7b016d99 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 21 Dec 2020 22:56:39 +0100 Subject: [PATCH 2/2] Drop dblib again This results in 10s SKIPIFs. --- azure/apt.yml | 1 - azure/configure.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/azure/apt.yml b/azure/apt.yml index 876746b03bec8..8a28e6bcdb7f1 100644 --- a/azure/apt.yml +++ b/azure/apt.yml @@ -48,7 +48,6 @@ steps: dovecot-pop3d \ dovecot-imapd \ sendmail \ - freetds-dev \ firebird-dev \ ${{ parameters.packages }} displayName: 'APT' diff --git a/azure/configure.yml b/azure/configure.yml index eff14f9183980..3f5f98f596cd2 100644 --- a/azure/configure.yml +++ b/azure/configure.yml @@ -62,7 +62,6 @@ steps: --with-kerberos \ --with-imap-ssl \ --with-pdo-odbc=unixODBC,/usr \ - --with-pdo-dblib \ --with-pdo-firebird \ --enable-werror \ --with-config-file-path=/etc \