Skip to content

.github: add new step "incremental build" #90

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,14 @@ jobs:
ndctl='${{ github.workspace }}'/ndctl \
../run_qemu/run_qemu.sh ${{ matrix.run_opts }} --no-kvm

# Test update_existing_rootfs(), default value for distro= and various other things
- name: incremental build
run: |
set -x
cd kernel
ndctl='${{ github.workspace }}'/ndctl \
../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