Skip to content

Commit

Permalink
.github: add new step "incremental build"
Browse files Browse the repository at this point in the history
Now that building from scratch works, let's be more demanding.

Signed-off-by: Marc Herbert <[email protected]>
  • Loading branch information
marc-hb committed Dec 18, 2024
1 parent f5daad4 commit 3a0f907
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,13 @@ jobs:
ndctl='${{ github.workspace }}'/ndctl \
../run_qemu/run_qemu.sh -v --no-run ${{ matrix.run_opts }}
# Test update_existing_rootfs(), default value for distro= and various other things
- name: incremental build
run: |
set -x
cd kernel
../run_qemu/run_qemu.sh -v --no-run ${{ matrix.run_opts }}
- name: ccache stats post build
run: |
# Pre-build stats printed at the start of the build step
Expand Down

0 comments on commit 3a0f907

Please sign in to comment.