This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-30
lines changed Expand file tree Collapse file tree 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
33COPY scripts/cross-apt-packages.sh /scripts/
44RUN sh /scripts/cross-apt-packages.sh
55
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
88
99COPY scripts/rustbuild-setup.sh /scripts/
1010RUN sh /scripts/rustbuild-setup.sh
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ FROM ubuntu:16.04
33COPY scripts/cross-apt-packages.sh /scripts/
44RUN sh /scripts/cross-apt-packages.sh
55
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
88
99COPY scripts/rustbuild-setup.sh /scripts/
1010RUN 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
33COPY scripts/cross-apt-packages.sh /scripts/
44RUN sh /scripts/cross-apt-packages.sh
55
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
88
99COPY scripts/rustbuild-setup.sh /scripts/
1010RUN 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