File tree 5 files changed +7
-24
lines changed
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
3
3
COPY scripts/cross-apt-packages.sh /scripts/
4
4
RUN sh /scripts/cross-apt-packages.sh
5
5
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
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:22.04
3
3
COPY scripts/cross-apt-packages.sh /scripts/
4
4
RUN sh /scripts/cross-apt-packages.sh
5
5
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
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:22.04
3
3
COPY scripts/cross-apt-packages.sh /scripts/
4
4
RUN sh /scripts/cross-apt-packages.sh
5
5
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
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 1
1
#! /bin/sh
2
2
set -ex
3
3
4
- CT_NG=1.26 .0
4
+ CT_NG=1.27 .0
5
5
6
6
url=" https://github.com/crosstool-ng/crosstool-ng/archive/crosstool-ng-$CT_NG .tar.gz"
7
7
curl -Lf $url | tar xzf -
You can’t perform that action at this time.
0 commit comments