Enhance linux-sgx CI (#2102)

Remove unnecessary jobs which have been tested in other CI,
test samples with iwasm-sgx, and add fast-jit to the tests.
This commit is contained in:
TianlongLiang
2023-05-24 17:41:45 +08:00
committed by GitHub
parent 9db4ce98a2
commit 7c766c2283
2 changed files with 86 additions and 156 deletions

View File

@ -430,7 +430,7 @@ function spec_test()
# sgx only enable in interp mode and aot mode
if [[ ${SGX_OPT} == "--sgx" ]];then
if [[ $1 == 'classic-interp' || $1 == 'fast-interp' || $1 == 'aot' ]]; then
if [[ $1 == 'classic-interp' || $1 == 'fast-interp' || $1 == 'aot' || $1 == 'fast-jit' ]]; then
ARGS_FOR_SPEC_TEST+="-x "
fi
fi