mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-09 05:06:17 +00:00
Enable SGX spec test for AOT mode and add SIMD option (#821)
This commit is contained in:
parent
2613a68108
commit
69c004efb4
5
.github/workflows/compilation_on_sgx.yml
vendored
5
.github/workflows/compilation_on_sgx.yml
vendored
|
@ -412,7 +412,8 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
running_mode: ["classic-interp", "fast-interp"]
|
running_mode: ["classic-interp", "fast-interp", "aot"]
|
||||||
|
test_option: ["-x -p -s spec -P", "-x -p -s spec -S -P"]
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
light: ${{ needs.check_repo.outputs.traffic_light_on_ubuntu_2004 }}
|
light: ${{ needs.check_repo.outputs.traffic_light_on_ubuntu_2004 }}
|
||||||
|
@ -455,5 +456,5 @@ jobs:
|
||||||
if: ${{ matrix.light == 'green' }}
|
if: ${{ matrix.light == 'green' }}
|
||||||
run: |
|
run: |
|
||||||
source /opt/intel/sgxsdk/environment
|
source /opt/intel/sgxsdk/environment
|
||||||
./test_wamr.sh -x -p -s spec -P -t ${{ matrix.running_mode }}
|
./test_wamr.sh ${{ matrix.test_option }} -t ${{ matrix.running_mode }}
|
||||||
working-directory: ./tests/wamr-test-suites
|
working-directory: ./tests/wamr-test-suites
|
||||||
|
|
Loading…
Reference in New Issue
Block a user