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:
Byeongjee Kang 2024-05-20 04:18:34 -04:00 committed by GitHub
parent 30ed97cddc
commit 33aada2133
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,8 +100,7 @@ else
&& install_binaryen \
&& install_cmake \
&& install_emsdk \
&& install_wabt \
&& install_wasi-sdk
&& install_wabt
fi
cd - > /dev/null || exit
DEBUG && set +xevu