Skip to content

Commit

Permalink
[CI] Install wasmtime for WebAssembly tests (apache#5494)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazum authored and Trevor Morris committed Jun 18, 2020
1 parent a29b437 commit 89b97b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker/install/ubuntu_install_rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,11 @@ curl -s -S -L https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default
. $CARGO_HOME/env
rustup component add rustfmt

# install wasmtime
export WASMTIME_HOME=/opt/wasmtime
curl https://wasmtime.dev/install.sh -sSf | bash
export PATH="${WASMTIME_HOME}/bin:${PATH}"
rustup target add wasm32-wasi

# make rust usable by all users
chmod -R a+w /opt/rust

0 comments on commit 89b97b1

Please sign in to comment.