File tree 2 files changed +4
-10
lines changed
disabled/dist-x86_64-redox
2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ COPY scripts/crosstool-ng.sh /scripts/
7
7
RUN sh /scripts/crosstool-ng.sh
8
8
9
9
WORKDIR /tmp
10
- COPY cross /install-x86_64-redox.sh /tmp /
11
- RUN . /install-x86_64-redox.sh
10
+ COPY dist-various-1 /install-x86_64-redox.sh /scripts /
11
+ RUN sh /scripts /install-x86_64-redox.sh
12
12
13
13
COPY scripts/sccache.sh /scripts/
14
14
RUN sh /scripts/sccache.sh
Original file line number Diff line number Diff line change 3
3
4
4
set -ex
5
5
6
- apt-get update
7
- apt-get install -y --no-install-recommends software-properties-common apt-transport-https
8
-
9
- apt-key adv --batch --yes --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys AA12E97F0881517F
10
- add-apt-repository -y ' deb https://static.redox-os.org/toolchain/apt /'
11
-
12
- apt-get update
13
- apt-get install -y x86-64-unknown-redox-gcc
6
+ curl https://static.redox-os.org/toolchain/x86_64-unknown-redox/relibc-install.tar.gz | \
7
+ tar --extract --gzip --directory /usr/local
You can’t perform that action at this time.
0 commit comments