Skip to content

Commit 213d929

Browse files
author
Jorge Aparicio
committed
drop the target files
1 parent 6726a8c commit 213d929

File tree

9 files changed

+4
-49
lines changed

9 files changed

+4
-49
lines changed

ci/docker/thumbv6m-none-eabi/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ RUN apt-get update
33
RUN 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
55
RUN curl -sf "https://raw.githubusercontent.com/japaric/rust-everywhere/master/install.sh" | \
6-
bash -s -- --at /usr/bin --from japaric/xargo --for x86_64-unknown-linux-gnu --tag v0.1.10
6+
bash -s -- --at /usr/bin --from japaric/xargo --for x86_64-unknown-linux-gnu --tag v0.1.13
77
ENV AR_thumbv6m_none_eabi=arm-none-eabi-ar \
88
CARGO_TARGET_THUMBV6M_NONE_EABI_LINKER=arm-none-eabi-gcc \
99
CC_thumbv6m_none_eabi=arm-none-eabi-gcc \

ci/docker/thumbv7em-none-eabi/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ RUN apt-get update
33
RUN 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
55
RUN curl -sf "https://raw.githubusercontent.com/japaric/rust-everywhere/master/install.sh" | \
6-
bash -s -- --at /usr/bin --from japaric/xargo --for x86_64-unknown-linux-gnu --tag v0.1.10
6+
bash -s -- --at /usr/bin --from japaric/xargo --for x86_64-unknown-linux-gnu --tag v0.1.13
77
ENV 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 \

ci/docker/thumbv7em-none-eabihf/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ RUN apt-get update
33
RUN 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
55
RUN curl -sf "https://raw.githubusercontent.com/japaric/rust-everywhere/master/install.sh" | \
6-
bash -s -- --at /usr/bin --from japaric/xargo --for x86_64-unknown-linux-gnu --tag v0.1.10
6+
bash -s -- --at /usr/bin --from japaric/xargo --for x86_64-unknown-linux-gnu --tag v0.1.13
77
ENV 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 \

ci/docker/thumbv7m-none-eabi/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ RUN apt-get update
33
RUN 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
55
RUN curl -sf "https://raw.githubusercontent.com/japaric/rust-everywhere/master/install.sh" | \
6-
bash -s -- --at /usr/bin --from japaric/xargo --for x86_64-unknown-linux-gnu --tag v0.1.10
6+
bash -s -- --at /usr/bin --from japaric/xargo --for x86_64-unknown-linux-gnu --tag v0.1.13
77
ENV 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 \

ci/run.sh

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ set -e
33
# Test our implementation
44
case $1 in
55
thumb*)
6-
export RUST_TARGET_PATH=/checkout/targets
7-
86
xargo build --target $1
97
xargo build --target $1 --release
108
;;

targets/thumbv6m-none-eabi.json

-12
This file was deleted.

targets/thumbv7em-none-eabi.json

-10
This file was deleted.

targets/thumbv7em-none-eabihf.json

-11
This file was deleted.

targets/thumbv7m-none-eabi.json

-10
This file was deleted.

0 commit comments

Comments
 (0)