We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af4740 commit 7e625a0Copy full SHA for 7e625a0
1 file changed
.github/scripts/codeql_buildscript.sh
@@ -306,7 +306,7 @@ cd ${WAMR_DIR}/product-mini/platforms/linux
306
rm -rf build && mkdir build && cd build
307
cmake .. -DCMAKE_BUILD_TYPE=Debug -DWAMR_BUILD_DYNAMIC_AOT_DEBUG=1
308
make -j
309
-if [[ $? != 0 ]];
+if [[ $? != 0 ]]; then
310
echo "Failed to build iwasm dynamic aot debug enabled!"
311
exit 1;
312
fi
0 commit comments