Skip to content

Commit 686d7e6

Browse files
committed
CI/CD: Don't add i386 before installing packages
We currently add the i386 architecture to apt before installing out build dependencies. However, there is no use for that and there are a range of drawbacks (we even have ARM builds failing because i386 sources can't be fetched). Let's drop this. Signed-off-by: Christoph Müllner <[email protected]>
1 parent 19aec99 commit 686d7e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/setup-apt.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22

33
# install OS prerequisites
4-
dpkg --add-architecture i386
54
apt update
65
apt install -y autoconf automake autotools-dev curl python3 python3-pip python3-tomli libmpc-dev libmpfr-dev \
76
libgmp-dev gawk build-essential bison flex texinfo gperf libtool \

0 commit comments

Comments
 (0)