fix: remove call to bash from build.rs (#429)

I think this will fix the issue with CI hanging - this fixes the issue
when building Elixir, which seems to be the same as the CI issue
This commit is contained in:
zach
2023-08-23 17:12:51 -07:00
committed by GitHub
parent 72f62c4035
commit 6a15884963
2 changed files with 1 additions and 11 deletions

View File

@@ -2,6 +2,6 @@
cargo build --release --target wasm32-unknown-unknown --package extism-runtime-kernel --bin extism-runtime
cp target/wasm32-unknown-unknown/release/extism-runtime.wasm .
wasm-strip extism-runtime.wasm || :
wasm-strip extism-runtime.wasm
mv extism-runtime.wasm ../runtime/src/extism-runtime.wasm