mirror of
https://github.com/extism/extism.git
synced 2026-01-08 21:38:13 -05:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user