File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
library/compiler-builtins/ci/docker Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ RUN apt-get update
33RUN apt-get install -y --no-install-recommends \
44 ca-certificates curl gcc gcc-arm-none-eabi libc6-dev libcurl4-openssl-dev libssh2-1 libnewlib-dev
55RUN curl -sf "https://raw.githubusercontent.com/japaric/rust-everywhere/master/install.sh" | \
6- bash -s -- --at /usr/bin --from japaric/xargo --tag v0.1.10
6+ bash -s -- --at /usr/bin --from japaric/xargo --for x86_64-unknown-linux-gnu -- tag v0.1.10
77ENV AR_thumbv7em_none_eabi=arm-none-eabi-ar \
88 CARGO_TARGET_THUMBV7EM_NONE_EABI_LINKER=arm-none-eabi-gcc \
99 CC_thumbv7em_none_eabi=arm-none-eabi-gcc \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ RUN apt-get update
33RUN apt-get install -y --no-install-recommends \
44 ca-certificates curl gcc gcc-arm-none-eabi libc6-dev libcurl4-openssl-dev libssh2-1 libnewlib-dev
55RUN curl -sf "https://raw.githubusercontent.com/japaric/rust-everywhere/master/install.sh" | \
6- bash -s -- --at /usr/bin --from japaric/xargo --tag v0.1.10
6+ bash -s -- --at /usr/bin --from japaric/xargo --for x86_64-unknown-linux-gnu -- tag v0.1.10
77ENV AR_thumbv7em_none_eabihf=arm-none-eabi-ar \
88 CARGO_TARGET_THUMBV7EM_NONE_EABIHF_LINKER=arm-none-eabi-gcc \
99 CC_thumbv7em_none_eabihf=arm-none-eabi-gcc \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ RUN apt-get update
33RUN apt-get install -y --no-install-recommends \
44 ca-certificates curl gcc gcc-arm-none-eabi libc6-dev libcurl4-openssl-dev libssh2-1 libnewlib-dev
55RUN curl -sf "https://raw.githubusercontent.com/japaric/rust-everywhere/master/install.sh" | \
6- bash -s -- --at /usr/bin --from japaric/xargo --tag v0.1.10
6+ bash -s -- --at /usr/bin --from japaric/xargo --for x86_64-unknown-linux-gnu -- tag v0.1.10
77ENV AR_thumbv7m_none_eabi=arm-none-eabi-ar \
88 CARGO_TARGET_THUMBV7M_NONE_EABI_LINKER=arm-none-eabi-gcc \
99 CC_thumbv7m_none_eabi=arm-none-eabi-gcc \
You can’t perform that action at this time.
0 commit comments