mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 15:05:19 +00:00
Remove install_wasi_sdk from workload preparation script (#3445)
This function was removed in 7be0d38
while building a customized wasi-sdk.
This commit is contained in:
parent
30ed97cddc
commit
33aada2133
|
@ -100,8 +100,7 @@ else
|
||||||
&& install_binaryen \
|
&& install_binaryen \
|
||||||
&& install_cmake \
|
&& install_cmake \
|
||||||
&& install_emsdk \
|
&& install_emsdk \
|
||||||
&& install_wabt \
|
&& install_wabt
|
||||||
&& install_wasi-sdk
|
|
||||||
fi
|
fi
|
||||||
cd - > /dev/null || exit
|
cd - > /dev/null || exit
|
||||||
DEBUG && set +xevu
|
DEBUG && set +xevu
|
||||||
|
|
Loading…
Reference in New Issue
Block a user