Skip to content

Commit

Permalink
[CI] Install libc6-dev-i386 to compile wasm32 (apache#6886)
Browse files Browse the repository at this point in the history
* [CI] Pin wasmtime version to 0.16.0

* Keep the wasmtime version to the latest
  • Loading branch information
kazum authored and trevor-m committed Dec 4, 2020
1 parent 8ed73aa commit 634233a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/install/ubuntu_install_rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ curl -s -S -L https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default
rustup component add rustfmt

# install wasmtime
apt-get install -y --no-install-recommends libc6-dev-i386
export WASMTIME_HOME=/opt/wasmtime
curl https://wasmtime.dev/install.sh -sSf | bash
export PATH="${WASMTIME_HOME}/bin:${PATH}"
Expand Down

0 comments on commit 634233a

Please sign in to comment.