Skip to content

Commit 5e16e98

Browse files
committed
Auto merge of rust-lang#513 - alexcrichton:fix, r=alexcrichton
Fix the i686-unknown-linux-musl target CI
2 parents 04d2c7a + d862a36 commit 5e16e98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/docker/i686-unknown-linux-musl/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
FROM ubuntu:16.10
22

3+
RUN dpkg --add-architecture i386
34
RUN apt-get update
45
RUN apt-get install -y --no-install-recommends \
5-
gcc make libc6-dev git curl ca-certificates
6+
gcc-multilib make libc6-dev git curl ca-certificates libc6:i386
67
# Below we're cross-compiling musl for i686 using the system compiler on an
78
# x86_64 system. This is an awkward thing to be doing and so we have to jump
89
# through a couple hoops to get musl to be happy. In particular:

0 commit comments

Comments
 (0)