Enhance spec test workflow to support x86_32 target (#787)
Enable test spec cases on x86_32 target when PR is created. And Format shell script with [shellfmt](https://marketplace.visualstudio.com/items?itemName=foxundermoon.shell-format).
This commit is contained in:
@ -584,6 +584,11 @@ function trigger()
|
||||
;;
|
||||
|
||||
"jit")
|
||||
if [[ ${TARGET} == "X86_32" ]]; then
|
||||
echo "does not support an X86_32 target in JIT mode, bypass"
|
||||
continue
|
||||
fi
|
||||
|
||||
echo "work in jit mode"
|
||||
# jit
|
||||
BUILD_FLAGS="$JIT_COMPILE_FLAGS $EXTRA_COMPILE_FLAGS"
|
||||
|
||||
Reference in New Issue
Block a user