Skip to content

Commit 2be584c

Browse files
committed
.github: add new step "incremental build"
Now that building from scratch works, let's be more demanding. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent 2638346 commit 2be584c

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
@@ -180,6 +180,14 @@ jobs:
180180
ndctl='${{ github.workspace }}'/ndctl \
181181
../run_qemu/run_qemu.sh ${{ matrix.run_opts }} --no-kvm
182182
183+
# Test update_existing_rootfs(), default value for distro= and various other things
184+
- name: incremental build
185+
run: |
186+
set -x
187+
cd kernel
188+
ndctl='${{ github.workspace }}'/ndctl \
189+
../run_qemu/run_qemu.sh -v --no-run ${{ matrix.run_opts }}
190+
183191
- name: ccache stats post build
184192
run: |
185193
# Pre-build stats printed at the start of the build step

0 commit comments

Comments
 (0)