File tree Expand file tree Collapse file tree 5 files changed +13
-8
lines changed Expand file tree Collapse file tree 5 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ matrix:
13
13
- env : TARGET=thumbv7em-none-eabihf
14
14
env : TARGET=x86_64-unknown-linux-gnu
15
15
16
+ install :
17
+ - curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $TRAVIS_RUST_VERSION
18
+ - source ~/.cargo/env
19
+ - rustup component add rust-src
20
+
16
21
script :
17
22
- cargo generate-lockfile
18
23
- sh ci/run-docker.sh $TARGET
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ RUN apt-get install -y --no-install-recommends \
5
5
curl \
6
6
libcurl4-openssl-dev \
7
7
libssh2-1
8
- RUN curl -sf " https://raw.githubusercontent.com/japaric/rust-everywhere/master/ install.sh" | \
9
- bash -s -- --at /usr/bin --from japaric/xargo --for x86_64-unknown-linux-gnu --tag v0.1.13
8
+ RUN curl -LSfs https://japaric.github.io/trust/ install.sh | \
9
+ sh -s -- --git japaric/xargo --tag v0.2.1 --target x86_64-unknown-linux-gnu --to /usr/bin
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ RUN apt-get install -y --no-install-recommends \
5
5
curl \
6
6
libcurl4-openssl-dev \
7
7
libssh2-1
8
- RUN curl -sf " https://raw.githubusercontent.com/japaric/rust-everywhere/master/ install.sh" | \
9
- bash -s -- --at /usr/bin --from japaric/xargo --for x86_64-unknown-linux-gnu --tag v0.1.13
8
+ RUN curl -LSfs https://japaric.github.io/trust/ install.sh | \
9
+ sh -s -- --git japaric/xargo --tag v0.2.1 --target x86_64-unknown-linux-gnu --to /usr/bin
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ RUN apt-get install -y --no-install-recommends \
5
5
curl \
6
6
libcurl4-openssl-dev \
7
7
libssh2-1
8
- RUN curl -sf " https://raw.githubusercontent.com/japaric/rust-everywhere/master/ install.sh" | \
9
- bash -s -- --at /usr/bin --from japaric/xargo --for x86_64-unknown-linux-gnu --tag v0.1.13
8
+ RUN curl -LSfs https://japaric.github.io/trust/ install.sh | \
9
+ sh -s -- --git japaric/xargo --tag v0.2.1 --target x86_64-unknown-linux-gnu --to /usr/bin
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ RUN apt-get install -y --no-install-recommends \
5
5
curl \
6
6
libcurl4-openssl-dev \
7
7
libssh2-1
8
- RUN curl -sf " https://raw.githubusercontent.com/japaric/rust-everywhere/master/ install.sh" | \
9
- bash -s -- --at /usr/bin --from japaric/xargo --for x86_64-unknown-linux-gnu --tag v0.1.13
8
+ RUN curl -LSfs https://japaric.github.io/trust/ install.sh | \
9
+ sh -s -- --git japaric/xargo --tag v0.2.1 --target x86_64-unknown-linux-gnu --to /usr/bin
You can’t perform that action at this time.
0 commit comments