Skip to content

Commit 376968c

Browse files
committed
Fix azure i386 build
Purge libsqlite3-0 to make sure we get the i386 library lateron.
1 parent c1b5e7a commit 376968c

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)