Skip to content

Commit a69d9f2

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Fix azure i386 build
2 parents 6d96f0f + 376968c commit a69d9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/i386/apt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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
10+
sudo apt-get purge -y libxml2 libsqlite3-0
1111
# TODO: Reenable postgresql + postgresql-contrib packages once they work again.
1212
sudo apt-get install -y bison \
1313
re2c \

0 commit comments

Comments
 (0)