Skip to content

Commit aa613f8

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Fix azure i386 build
2 parents d57f9e5 + 4ebc04c commit aa613f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure/i386/apt.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ steps:
77
sudo apt-get update -y | true
88
sudo apt-get install -y gcc-multilib
99
sudo apt-get install -y g++-multilib
10-
sudo apt-get purge -y libxml2 libsqlite3-0
10+
sudo apt-get purge -y libxml2
1111
# TODO: Reenable postgresql + postgresql-contrib packages once they work again.
12+
sudo apt-get purge -y libpq5
1213
sudo apt-get install -y bison \
1314
re2c \
1415
locales \

0 commit comments

Comments
 (0)