Merge branch 'PHP-8.1'

* PHP-8.1:
  Disable enchant on azure i386
This commit is contained in:
Nikita Popov 2021-11-26 11:04:54 +01:00
commit b5833b6ee3
2 changed files with 0 additions and 3 deletions

View file

@ -15,14 +15,12 @@ steps:
re2c \ re2c \
locales \ locales \
language-pack-de \ language-pack-de \
libglib2.0-dev:i386 \
libssl-dev:i386 \ libssl-dev:i386 \
zlib1g-dev:i386 \ zlib1g-dev:i386 \
libxml2-dev:i386 \ libxml2-dev:i386 \
libgmp-dev:i386 \ libgmp-dev:i386 \
libicu-dev:i386 \ libicu-dev:i386 \
libtidy-dev:i386 \ libtidy-dev:i386 \
libenchant-dev:i386 \
libaspell-dev:i386 \ libaspell-dev:i386 \
libpspell-dev:i386 \ libpspell-dev:i386 \
libsasl2-dev:i386 \ libsasl2-dev:i386 \

View file

@ -58,7 +58,6 @@ jobs:
--enable-calendar \ --enable-calendar \
--enable-ftp \ --enable-ftp \
--with-pspell=/usr \ --with-pspell=/usr \
--with-enchant=/usr \
--with-kerberos \ --with-kerberos \
--enable-sysvmsg \ --enable-sysvmsg \
--with-ffi \ --with-ffi \