Skip to content
Snippets Groups Projects
Commit d862a369 authored by Alex Crichton's avatar Alex Crichton
Browse files

Fix the i686-unknown-linux-musl target

parent 04d2c7af
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:16.10
RUN dpkg --add-architecture i386
RUN apt-get update
RUN apt-get install -y --no-install-recommends \
gcc make libc6-dev git curl ca-certificates
gcc-multilib make libc6-dev git curl ca-certificates libc6:i386
# Below we're cross-compiling musl for i686 using the system compiler on an
# x86_64 system. This is an awkward thing to be doing and so we have to jump
# through a couple hoops to get musl to be happy. In particular:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment