Skip to content

Commit

Permalink
Fix path to crosstool-ng.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
msizanoen1 committed Oct 13, 2019
1 parent 88ea4ff commit e58ad8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/dist-armv7-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:16.04
COPY scripts/cross-apt-packages.sh /scripts/
RUN sh /scripts/cross-apt-packages.sh

COPY crosstool-ng.sh /scripts/
COPY dist-armv7-linux/crosstool-ng.sh /scripts/
RUN sh /scripts/crosstool-ng.sh

COPY scripts/rustbuild-setup.sh /scripts/
Expand Down

0 comments on commit e58ad8d

Please sign in to comment.