File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
disabled/dist-x86_64-redox Expand file tree Collapse file tree 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/
77RUN sh /scripts/crosstool-ng.sh
88
99WORKDIR /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
1212
1313COPY scripts/sccache.sh /scripts/
1414RUN sh /scripts/sccache.sh
Original file line number Diff line number Diff line change 33
44set -ex
55
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+ wget -O - 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