Use the docker image we just built

This commit is contained in:
Simon Sapin 2018-09-10 18:50:49 +02:00
parent b72d5ca2a7
commit 8e7d83206f
3 changed files with 15 additions and 5 deletions

View file

@ -3,9 +3,6 @@
set -e
set -x
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none -y
export PATH="$HOME/.cargo/bin:$PATH"
cd something-rust
cargo build --release
gzip -c target/release/something-rust > something-rust.gz