Skip to content

Commit 471cea2

Browse files
committed
CI: Add missing JIT system emulation test on macOS
PR #569 introduced the macOS CI runner following PR #521 but forgot to include the JIT system emulation verification test. This commit adds the missing test.
1 parent 92fd789 commit 471cea2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,14 @@ jobs:
480480
bash -c "${BOOT_LINUX_TEST}"
481481
make ENABLE_SYSTEM=1 clean
482482
if: ${{ always() }}
483+
- name: boot Linux kernel test (JIT)
484+
env:
485+
CC: ${{ steps.install_cc.outputs.cc }}
486+
run: |
487+
make distclean && make INITRD_SIZE=32 ENABLE_SYSTEM=1 ENABLE_JIT=1 ENABLE_T2C=0 ENABLE_MOP_FUSION=0 $PARALLEL && make ENABLE_SYSTEM=1 artifact $PARALLEL
488+
bash -c "${BOOT_LINUX_TEST}"
489+
make ENABLE_SYSTEM=1 ENABLE_JIT=1 ENABLE_T2C=0 ENABLE_MOP_FUSION=0 clean
490+
if: ${{ always() }}
483491
- name: Architecture test
484492
env:
485493
CC: ${{ steps.install_cc.outputs.cc }}

0 commit comments

Comments
 (0)