File tree 6 files changed +6
-30
lines changed
6 files changed +6
-30
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ FROM ubuntu:16.04
3
3
COPY scripts/cross-apt-packages.sh /scripts/
4
4
RUN sh /scripts/cross-apt-packages.sh
5
5
6
- COPY dist-arm-linux /crosstool-ng.sh /scripts/
7
- RUN sh /scripts/crosstool-ng.sh
6
+ COPY scripts /crosstool-ng-1.24 .sh /scripts/
7
+ RUN sh /scripts/crosstool-ng-1.24 .sh
8
8
9
9
COPY scripts/rustbuild-setup.sh /scripts/
10
10
RUN sh /scripts/rustbuild-setup.sh
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ FROM ubuntu:16.04
3
3
COPY scripts/cross-apt-packages.sh /scripts/
4
4
RUN sh /scripts/cross-apt-packages.sh
5
5
6
- COPY dist-armhf-linux /crosstool-ng.sh /scripts/
7
- RUN sh /scripts/crosstool-ng.sh
6
+ COPY scripts /crosstool-ng-1.24 .sh /scripts/
7
+ RUN sh /scripts/crosstool-ng-1.24 .sh
8
8
9
9
COPY scripts/rustbuild-setup.sh /scripts/
10
10
RUN sh /scripts/rustbuild-setup.sh
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ FROM ubuntu:16.04
3
3
COPY scripts/cross-apt-packages.sh /scripts/
4
4
RUN sh /scripts/cross-apt-packages.sh
5
5
6
- COPY dist-armv7-linux /crosstool-ng.sh /scripts/
7
- RUN sh /scripts/crosstool-ng.sh
6
+ COPY scripts /crosstool-ng-1.24 .sh /scripts/
7
+ RUN sh /scripts/crosstool-ng-1.24 .sh
8
8
9
9
COPY scripts/rustbuild-setup.sh /scripts/
10
10
RUN sh /scripts/rustbuild-setup.sh
Load Diff This file was deleted.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments