Skip to content

Commit

Permalink
Merge pull request #1172 from piersfinlayson/master
Browse files Browse the repository at this point in the history
Fix for rust-lang/rust issue #50583
  • Loading branch information
alexcrichton authored Dec 11, 2018
2 parents f5636fc + a01c32d commit c66221d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/arm-unknown-linux-musleabihf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN curl --retry 5 https://www.musl-libc.org/releases/musl-1.1.19.tar.gz | tar xzf -
WORKDIR /musl-1.1.19
RUN CC=arm-linux-gnueabihf-gcc \
CFLAGS="-march=armv6 -marm" \
CFLAGS="-march=armv6 -marm -mfpu=vfp" \
./configure --prefix=/musl-arm --enable-wrapper=yes
RUN make install -j4

Expand Down

0 comments on commit c66221d

Please sign in to comment.