From 3a0f907e18e17a393018d3595d0be702b957cb87 Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Wed, 18 Dec 2024 18:57:34 +0000 Subject: [PATCH] .github: add new step "incremental build" Now that building from scratch works, let's be more demanding. Signed-off-by: Marc Herbert --- .github/workflows/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a35ba7..e6dfbea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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