This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-24
lines changed Expand file tree Collapse file tree 5 files changed +7
-24
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ FROM ubuntu:22.04
33COPY scripts/cross-apt-packages.sh /scripts/
44RUN sh /scripts/cross-apt-packages.sh
55
6- COPY scripts/crosstool-ng-git .sh /scripts/
7- RUN sh /scripts/crosstool-ng-git .sh
6+ COPY scripts/crosstool-ng.sh /scripts/
7+ RUN sh /scripts/crosstool-ng.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:22.04
33COPY scripts/cross-apt-packages.sh /scripts/
44RUN sh /scripts/cross-apt-packages.sh
55
6- COPY scripts/crosstool-ng-git .sh /scripts/
7- RUN sh /scripts/crosstool-ng-git .sh
6+ COPY scripts/crosstool-ng.sh /scripts/
7+ RUN sh /scripts/crosstool-ng.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:22.04
33COPY scripts/cross-apt-packages.sh /scripts/
44RUN sh /scripts/cross-apt-packages.sh
55
6- COPY scripts/crosstool-ng-git .sh /scripts/
7- RUN sh /scripts/crosstool-ng-git .sh
6+ COPY scripts/crosstool-ng.sh /scripts/
7+ RUN sh /scripts/crosstool-ng.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 11#! /bin/sh
22set -ex
33
4- CT_NG=1.26 .0
4+ CT_NG=1.27 .0
55
66url=" https://github.com/crosstool-ng/crosstool-ng/archive/crosstool-ng-$CT_NG .tar.gz"
77curl -Lf $url | tar xzf -
You can’t perform that action at this time.
0 commit comments