File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN set -eux; \
14
14
wget "$url" ; \
15
15
echo "cee31c6f72b953c6293fd5d40142c7d61aa85db2a5ea81b3519fe1b492148dc9 *rustup-init" | sha256sum -c -; \
16
16
chmod +x rustup-init; \
17
- ./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION; \
17
+ ./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION --default-host x86_64-unknown-linux-musl ; \
18
18
rm rustup-init; \
19
19
chmod -R a+w $RUSTUP_HOME $CARGO_HOME; \
20
20
rustup --version; \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN set -eux; \
14
14
wget "$url" ; \
15
15
echo "cee31c6f72b953c6293fd5d40142c7d61aa85db2a5ea81b3519fe1b492148dc9 *rustup-init" | sha256sum -c -; \
16
16
chmod +x rustup-init; \
17
- ./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION; \
17
+ ./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION --default-host x86_64-unknown-linux-musl ; \
18
18
rm rustup-init; \
19
19
chmod -R a+w $RUSTUP_HOME $CARGO_HOME; \
20
20
rustup --version; \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN set -eux; \
18
18
wget "$url" ; \
19
19
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
20
20
chmod +x rustup-init; \
21
- ./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION; \
21
+ ./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION --default-host ${rustArch} ; \
22
22
rm rustup-init; \
23
23
chmod -R a+w $RUSTUP_HOME $CARGO_HOME; \
24
24
rustup --version; \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN set -eux; \
25
25
wget "$url" ; \
26
26
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
27
27
chmod +x rustup-init; \
28
- ./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION; \
28
+ ./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION --default-host ${rustArch} ; \
29
29
rm rustup-init; \
30
30
chmod -R a+w $RUSTUP_HOME $CARGO_HOME; \
31
31
rustup --version; \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN set -eux; \
18
18
wget "$url" ; \
19
19
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
20
20
chmod +x rustup-init; \
21
- ./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION; \
21
+ ./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION --default-host ${rustArch} ; \
22
22
rm rustup-init; \
23
23
chmod -R a+w $RUSTUP_HOME $CARGO_HOME; \
24
24
rustup --version; \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN set -eux; \
25
25
wget "$url" ; \
26
26
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
27
27
chmod +x rustup-init; \
28
- ./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION; \
28
+ ./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION --default-host ${rustArch} ; \
29
29
rm rustup-init; \
30
30
chmod -R a+w $RUSTUP_HOME $CARGO_HOME; \
31
31
rustup --version; \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN set -eux; \
14
14
wget "$url"; \
15
15
echo "%%RUSTUP-SHA256%% *rustup-init" | sha256sum -c -; \
16
16
chmod +x rustup-init; \
17
- ./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION; \
17
+ ./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION --default-host x86_64-unknown-linux-musl ; \
18
18
rm rustup-init; \
19
19
chmod -R a+w $RUSTUP_HOME $CARGO_HOME; \
20
20
rustup --version; \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN set -eux; \
11
11
wget "$url"; \
12
12
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
13
13
chmod +x rustup-init; \
14
- ./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION; \
14
+ ./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION --default-host ${rustArch} ; \
15
15
rm rustup-init; \
16
16
chmod -R a+w $RUSTUP_HOME $CARGO_HOME; \
17
17
rustup --version; \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN set -eux; \
18
18
wget "$url"; \
19
19
echo "${rustupSha256} *rustup-init" | sha256sum -c -; \
20
20
chmod +x rustup-init; \
21
- ./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION; \
21
+ ./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION --default-host ${rustArch} ; \
22
22
rm rustup-init; \
23
23
chmod -R a+w $RUSTUP_HOME $CARGO_HOME; \
24
24
rustup --version; \
You can’t perform that action at this time.
0 commit comments