Skip to content

Commit

Permalink
move to Xargo v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Jan 21, 2017
1 parent 27b0b6f commit 60f7854
Show file tree
Hide file tree
Showing 25 changed files with 28 additions and 24 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ This project adheres to [Semantic Versioning](http:https://semver.org/).
them. As with the built-in targets, one can override the image using
`[target.{}.image]` in Cross.toml.

### Changed

- Moved to a newer Xargo: v0.3.5

## [v0.1.7] - 2017-01-19

### Changed
Expand Down
2 changes: 1 addition & 1 deletion docker/aarch64-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
make \
pkg-config && \
curl -LSfs http:https://japaric.github.io/trust/install.sh | \
sh -s -- --git japaric/xargo --tag v0.3.4 --target x86_64-unknown-linux-gnu --to /usr/bin && \
sh -s -- --git japaric/xargo --tag v0.3.5 --target x86_64-unknown-linux-gnu --to /usr/bin && \
apt-get purge --auto-remove -y curl

COPY openssl.sh qemu.sh /
Expand Down
2 changes: 1 addition & 1 deletion docker/arm-unknown-linux-gnueabi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
make \
pkg-config && \
curl -LSfs http:https://japaric.github.io/trust/install.sh | \
sh -s -- --git japaric/xargo --tag v0.3.4 --target x86_64-unknown-linux-gnu --to /usr/bin && \
sh -s -- --git japaric/xargo --tag v0.3.5 --target x86_64-unknown-linux-gnu --to /usr/bin && \
apt-get purge --auto-remove -y curl

COPY openssl.sh qemu.sh /
Expand Down
2 changes: 1 addition & 1 deletion docker/armv7-unknown-linux-gnueabihf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
make \
pkg-config && \
curl -LSfs http:https://japaric.github.io/trust/install.sh | \
sh -s -- --git japaric/xargo --tag v0.3.4 --target x86_64-unknown-linux-gnu --to /usr/bin && \
sh -s -- --git japaric/xargo --tag v0.3.5 --target x86_64-unknown-linux-gnu --to /usr/bin && \
apt-get purge --auto-remove -y curl

COPY cmake.sh /
Expand Down
2 changes: 1 addition & 1 deletion docker/i686-unknown-freebsd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
make \
pkg-config && \
curl -LSfs http:https://japaric.github.io/trust/install.sh | \
sh -s -- --git japaric/xargo --tag v0.3.4 --target x86_64-unknown-linux-gnu --to /usr/bin && \
sh -s -- --git japaric/xargo --tag v0.3.5 --target x86_64-unknown-linux-gnu --to /usr/bin && \
apt-get purge --auto-remove -y curl

COPY freebsd.sh openssl.sh /
Expand Down
2 changes: 1 addition & 1 deletion docker/i686-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
make \
pkg-config && \
curl -LSfs http:https://japaric.github.io/trust/install.sh | \
sh -s -- --git japaric/xargo --tag v0.3.4 --target x86_64-unknown-linux-gnu --to /usr/bin && \
sh -s -- --git japaric/xargo --tag v0.3.5 --target x86_64-unknown-linux-gnu --to /usr/bin && \
apt-get purge --auto-remove -y curl

COPY cmake.sh /
Expand Down
2 changes: 1 addition & 1 deletion docker/i686-unknown-linux-musl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
make \
pkg-config && \
curl -LSfs http:https://japaric.github.io/trust/install.sh | \
sh -s -- --git japaric/xargo --tag v0.3.4 --target x86_64-unknown-linux-gnu --to /usr/bin && \
sh -s -- --git japaric/xargo --tag v0.3.5 --target x86_64-unknown-linux-gnu --to /usr/bin && \
apt-get purge --auto-remove -y curl

COPY musl.sh /
Expand Down
2 changes: 1 addition & 1 deletion docker/mips-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
make \
pkg-config && \
curl -LSfs http:https://japaric.github.io/trust/install.sh | \
sh -s -- --git japaric/xargo --tag v0.3.4 --target x86_64-unknown-linux-gnu --to /usr/bin && \
sh -s -- --git japaric/xargo --tag v0.3.5 --target x86_64-unknown-linux-gnu --to /usr/bin && \
apt-get purge --auto-remove -y curl

COPY override.sh /
Expand Down
2 changes: 1 addition & 1 deletion docker/mips64-unknown-linux-gnuabi64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
make \
pkg-config && \
curl -LSfs http:https://japaric.github.io/trust/install.sh | \
sh -s -- --git japaric/xargo --tag v0.3.4 --target x86_64-unknown-linux-gnu --to /usr/bin && \
sh -s -- --git japaric/xargo --tag v0.3.5 --target x86_64-unknown-linux-gnu --to /usr/bin && \
apt-get purge --auto-remove -y curl

COPY openssl.sh qemu.sh /
Expand Down
2 changes: 1 addition & 1 deletion docker/mips64el-unknown-linux-gnuabi64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
make \
pkg-config && \
curl -LSfs http:https://japaric.github.io/trust/install.sh | \
sh -s -- --git japaric/xargo --tag v0.3.4 --target x86_64-unknown-linux-gnu --to /usr/bin && \
sh -s -- --git japaric/xargo --tag v0.3.5 --target x86_64-unknown-linux-gnu --to /usr/bin && \
apt-get purge --auto-remove -y curl

COPY openssl.sh qemu.sh /
Expand Down
2 changes: 1 addition & 1 deletion docker/mipsel-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
make \
pkg-config && \
curl -LSfs http:https://japaric.github.io/trust/install.sh | \
sh -s -- --git japaric/xargo --tag v0.3.4 --target x86_64-unknown-linux-gnu --to /usr/bin && \
sh -s -- --git japaric/xargo --tag v0.3.5 --target x86_64-unknown-linux-gnu --to /usr/bin && \
apt-get purge --auto-remove -y curl

COPY openssl.sh qemu.sh /
Expand Down
2 changes: 1 addition & 1 deletion docker/powerpc-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
make \
pkg-config && \
curl -LSfs http:https://japaric.github.io/trust/install.sh | \
sh -s -- --git japaric/xargo --tag v0.3.4 --target x86_64-unknown-linux-gnu --to /usr/bin && \
sh -s -- --git japaric/xargo --tag v0.3.5 --target x86_64-unknown-linux-gnu --to /usr/bin && \
apt-get purge --auto-remove -y curl

COPY openssl.sh qemu.sh /
Expand Down
2 changes: 1 addition & 1 deletion docker/powerpc64-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
make \
pkg-config && \
curl -LSfs http:https://japaric.github.io/trust/install.sh | \
sh -s -- --git japaric/xargo --tag v0.3.4 --target x86_64-unknown-linux-gnu --to /usr/bin && \
sh -s -- --git japaric/xargo --tag v0.3.5 --target x86_64-unknown-linux-gnu --to /usr/bin && \
apt-get purge --auto-remove -y curl

COPY override.sh /
Expand Down
2 changes: 1 addition & 1 deletion docker/powerpc64le-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
make \
pkg-config && \
curl -LSfs http:https://japaric.github.io/trust/install.sh | \
sh -s -- --git japaric/xargo --tag v0.3.4 --target x86_64-unknown-linux-gnu --to /usr/bin && \
sh -s -- --git japaric/xargo --tag v0.3.5 --target x86_64-unknown-linux-gnu --to /usr/bin && \
apt-get purge --auto-remove -y curl

COPY openssl.sh qemu.sh /
Expand Down
2 changes: 1 addition & 1 deletion docker/s390x-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
make \
pkg-config && \
curl -LSfs http:https://japaric.github.io/trust/install.sh | \
sh -s -- --git japaric/xargo --tag v0.3.4 --target x86_64-unknown-linux-gnu --to /usr/bin && \
sh -s -- --git japaric/xargo --tag v0.3.5 --target x86_64-unknown-linux-gnu --to /usr/bin && \
apt-get purge --auto-remove -y curl

COPY openssl.sh qemu.sh /
Expand Down
2 changes: 1 addition & 1 deletion docker/sparc64-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
make \
pkg-config && \
curl -LSfs http:https://japaric.github.io/trust/install.sh | \
sh -s -- --git japaric/xargo --tag v0.3.4 --target x86_64-unknown-linux-gnu --to /usr/bin && \
sh -s -- --git japaric/xargo --tag v0.3.5 --target x86_64-unknown-linux-gnu --to /usr/bin && \
apt-get purge --auto-remove -y curl

COPY openssl.sh qemu.sh /
Expand Down
2 changes: 1 addition & 1 deletion docker/thumbv6m-none-eabi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
make \
pkg-config && \
curl -LSfs http:https://japaric.github.io/trust/install.sh | \
sh -s -- --git japaric/xargo --tag v0.3.4 --target x86_64-unknown-linux-gnu --to /usr/bin && \
sh -s -- --git japaric/xargo --tag v0.3.5 --target x86_64-unknown-linux-gnu --to /usr/bin && \
apt-get purge --auto-remove -y curl

COPY qemu.sh /
Expand Down
2 changes: 1 addition & 1 deletion docker/thumbv7em-none-eabi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
make \
pkg-config && \
curl -LSfs http:https://japaric.github.io/trust/install.sh | \
sh -s -- --git japaric/xargo --tag v0.3.4 --target x86_64-unknown-linux-gnu --to /usr/bin && \
sh -s -- --git japaric/xargo --tag v0.3.5 --target x86_64-unknown-linux-gnu --to /usr/bin && \
apt-get purge --auto-remove -y curl

COPY qemu.sh /
Expand Down
2 changes: 1 addition & 1 deletion docker/thumbv7em-none-eabihf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
make \
pkg-config && \
curl -LSfs http:https://japaric.github.io/trust/install.sh | \
sh -s -- --git japaric/xargo --tag v0.3.4 --target x86_64-unknown-linux-gnu --to /usr/bin && \
sh -s -- --git japaric/xargo --tag v0.3.5 --target x86_64-unknown-linux-gnu --to /usr/bin && \
apt-get purge --auto-remove -y curl

COPY qemu.sh /
Expand Down
2 changes: 1 addition & 1 deletion docker/thumbv7m-none-eabi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
make \
pkg-config && \
curl -LSfs http:https://japaric.github.io/trust/install.sh | \
sh -s -- --git japaric/xargo --tag v0.3.4 --target x86_64-unknown-linux-gnu --to /usr/bin && \
sh -s -- --git japaric/xargo --tag v0.3.5 --target x86_64-unknown-linux-gnu --to /usr/bin && \
apt-get purge --auto-remove -y curl

COPY qemu.sh /
Expand Down
2 changes: 1 addition & 1 deletion docker/x86_64-unknown-dragonfly/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
make \
pkg-config && \
curl -LSfs http:https://japaric.github.io/trust/install.sh | \
sh -s -- --git japaric/xargo --tag v0.3.4 --target x86_64-unknown-linux-gnu --to /usr/bin && \
sh -s -- --git japaric/xargo --tag v0.3.5 --target x86_64-unknown-linux-gnu --to /usr/bin && \
apt-get purge --auto-remove -y curl

COPY dragonfly.sh openssl.sh /
Expand Down
2 changes: 1 addition & 1 deletion docker/x86_64-unknown-freebsd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
make \
pkg-config && \
curl -LSfs http:https://japaric.github.io/trust/install.sh | \
sh -s -- --git japaric/xargo --tag v0.3.4 --target x86_64-unknown-linux-gnu --to /usr/bin && \
sh -s -- --git japaric/xargo --tag v0.3.5 --target x86_64-unknown-linux-gnu --to /usr/bin && \
apt-get purge --auto-remove -y curl

COPY freebsd.sh openssl.sh /
Expand Down
2 changes: 1 addition & 1 deletion docker/x86_64-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
make \
pkg-config && \
curl -LSfs http:https://japaric.github.io/trust/install.sh | \
sh -s -- --git japaric/xargo --tag v0.3.4 --target x86_64-unknown-linux-gnu --to /usr/bin && \
sh -s -- --git japaric/xargo --tag v0.3.5 --target x86_64-unknown-linux-gnu --to /usr/bin && \
apt-get purge --auto-remove -y curl

COPY cmake.sh /
Expand Down
2 changes: 1 addition & 1 deletion docker/x86_64-unknown-linux-musl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
make \
pkg-config && \
curl -LSfs http:https://japaric.github.io/trust/install.sh | \
sh -s -- --git japaric/xargo --tag v0.3.4 --target x86_64-unknown-linux-gnu --to /usr/bin && \
sh -s -- --git japaric/xargo --tag v0.3.5 --target x86_64-unknown-linux-gnu --to /usr/bin && \
apt-get purge --auto-remove -y curl

COPY musl.sh openssl.sh /
Expand Down
2 changes: 1 addition & 1 deletion docker/x86_64-unknown-netbsd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
make \
pkg-config && \
curl -LSfs http:https://japaric.github.io/trust/install.sh | \
sh -s -- --git japaric/xargo --tag v0.3.4 --target x86_64-unknown-linux-gnu --to /usr/bin && \
sh -s -- --git japaric/xargo --tag v0.3.5 --target x86_64-unknown-linux-gnu --to /usr/bin && \
apt-get purge --auto-remove -y curl

COPY netbsd.sh openssl.sh /
Expand Down

0 comments on commit 60f7854

Please sign in to comment.