We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e0d38 commit 6944006Copy full SHA for 6944006
azure/apt.yml
@@ -48,5 +48,6 @@ steps:
48
dovecot-pop3d \
49
dovecot-imapd \
50
sendmail \
51
+ firebird-dev \
52
${{ parameters.packages }}
53
displayName: 'APT'
azure/configure.yml
@@ -62,6 +62,7 @@ steps:
62
--with-kerberos \
63
--with-imap-ssl \
64
--with-pdo-odbc=unixODBC,/usr \
65
+ --with-pdo-firebird \
66
--enable-werror \
67
--with-config-file-path=/etc \
68
--with-config-file-scan-dir=/etc/php.d
0 commit comments