test_wamr.sh: Don't bother to build shared library (#2844)

This script only uses the iwasm command.
This commit is contained in:
YAMAMOTO Takashi 2023-12-01 19:12:55 +09:00 committed by GitHub
parent 3d0342fbc8
commit fbd9a760e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -706,7 +706,7 @@ function build_iwasm_with_cfg()
&& if [ -d build ]; then rm -rf build/*; else mkdir build; fi \
&& cd build \
&& cmake $* .. \
&& cmake --build . -j 4 --config RelWithDebInfo
&& cmake --build . -j 4 --config RelWithDebInfo --target iwasm
fi
if [ "$?" != 0 ];then