Skip to content

Commit 77fa250

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 aa533ed commit 77fa250

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,13 @@ jobs:
151151
ndctl='${{ github.workspace }}'/ndctl \
152152
../run_qemu/run_qemu.sh -v --no-run ${{ matrix.run_opts }}
153153
154+
# Test update_existing_rootfs(), default value for distro= and various other things
155+
- name: incremental build
156+
run: |
157+
set -x
158+
cd kernel
159+
../run_qemu/run_qemu.sh -v --no-run ${{ matrix.run_opts }}
160+
154161
- name: ccache stats post build
155162
run: |
156163
# Pre-build stats printed at the start of the build step

0 commit comments

Comments
 (0)