We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 487149f + e5a911d commit d8814f2Copy full SHA for d8814f2
.github/workflows/main.yml
@@ -229,7 +229,7 @@ jobs:
229
env:
230
CC: ${{ steps.install_cc.outputs.cc }}
231
run: |
232
- make clean && make ENABLE_SYSTEM=1 && make ENABLE_SYSTEM=1 artifact -j$(nproc)
+ make distclean && make INITRD_SIZE=32 ENABLE_SYSTEM=1 -j$(nproc) && make ENABLE_SYSTEM=1 artifact -j$(nproc)
233
.ci/boot-linux.sh
234
make ENABLE_SYSTEM=1 clean
235
if: ${{ always() }}
0 commit comments