Skip to content

Commit e5a911d

Browse files
committed
CI: Specify larger INITRD_SIZE for larger rootfs
Since 515e011 enable the guestOS to run SDL-oriented applications, the artifacts for these applications must be prepared in the rootfs to ensure they can run, making the rootfs larger than before which exceeds the default 8 MiB INITRD_SIZE allocated for loading the rootfs.
1 parent 487149f commit e5a911d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
env:
230230
CC: ${{ steps.install_cc.outputs.cc }}
231231
run: |
232-
make clean && make ENABLE_SYSTEM=1 && make ENABLE_SYSTEM=1 artifact -j$(nproc)
232+
make distclean && make INITRD_SIZE=32 ENABLE_SYSTEM=1 -j$(nproc) && make ENABLE_SYSTEM=1 artifact -j$(nproc)
233233
.ci/boot-linux.sh
234234
make ENABLE_SYSTEM=1 clean
235235
if: ${{ always() }}

0 commit comments

Comments
 (0)