mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Use the docker image we just built
This commit is contained in:
parent
b72d5ca2a7
commit
8e7d83206f
3 changed files with 15 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue