Skip to content

Commit

Permalink
Manually override rust version for ARM release.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonTeixidor committed Mar 13, 2018
1 parent 466af86 commit 9311d86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arm-docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM dlecan/rust-crosscompiler-arm:nightly
FROM dlecan/rust-crosscompiler-arm:stable

RUN apt-get update
RUN apt-get install -qq -y libasound2-dev:armhf pkg-config
RUN rustup override set nightly-arm-unknown-linux-gnueabihf

VOLUME ["/source"]
WORKDIR /source
Expand Down

0 comments on commit 9311d86

Please sign in to comment.