Skip to content

Commit 8d46115

Browse files
committed
CI: Add JIT system simulation test
1 parent bc1a451 commit 8d46115

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
@@ -243,6 +243,14 @@ jobs:
243243
.ci/boot-linux.sh
244244
make ENABLE_SYSTEM=1 clean
245245
if: ${{ always() }}
246+
- name: boot Linux kernel test (JIT)
247+
env:
248+
CC: ${{ steps.install_cc.outputs.cc }}
249+
run: |
250+
make distclean && make INITRD_SIZE=32 ENABLE_SYSTEM=1 ENABLE_JIT=1 ENABLE_T2C=0 ENABLE_MOP_FUSION=0 -j$(nproc) && make ENABLE_SYSTEM=1 artifact -j$(nproc)
251+
.ci/boot-linux.sh
252+
make ENABLE_SYSTEM=1 ENABLE_JIT=1 ENABLE_T2C=0 ENABLE_MOP_FUSION=0 clean
253+
if: ${{ always() }}
246254
- name: Architecture test
247255
env:
248256
CC: ${{ steps.install_cc.outputs.cc }}

0 commit comments

Comments
 (0)