Skip to content

Commit

Permalink
update wasi rust target to wasip1
Browse files Browse the repository at this point in the history
starting in rust 1.84, the wasi target is removed
this broke the latest CI build on master
  • Loading branch information
tvsfx committed Nov 7, 2024
1 parent 7aa896a commit 1d21e6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$TRAVIS_CPU_ARCH" = "amd64" ]
then
rustup target add i686-unknown-linux-gnu

rustup target add wasm32-wasi
rustup target add wasm32-wasip1
cargo install cargo-wasi
curl -L https://github.com/CraneStation/wasmtime/releases/download/dev/wasmtime-dev-x86_64-linux.tar.xz \
| sudo tar xJf - --strip-components=1 -C /usr/local/bin wasmtime-dev-x86_64-linux/wasmtime
Expand All @@ -18,5 +18,4 @@ then

rustup target add x86_64-apple-darwin
rustup target add aarch64-apple-darwin

fi

0 comments on commit 1d21e6b

Please sign in to comment.