You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/main.yml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -243,6 +243,14 @@ jobs:
243
243
.ci/boot-linux.sh
244
244
make ENABLE_SYSTEM=1 clean
245
245
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
0 commit comments