Skip to content

Commit

Permalink
workflows: add rt kernel build
Browse files Browse the repository at this point in the history
currently any tests for the rt kernel are missing;
at least try to compile it ...

Signed-off-by: Christoph Ostarek <christoph@zededa.com>
  • Loading branch information
christoph-zededa committed Jul 14, 2023
1 parent 0eaef1b commit 3678a2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
- name: Build packages
run: |
make V=1 PRUNE=1 ZARCH=${{ matrix.arch }} pkgs
- name: Build PREEMPT_RT kernel
make V=1 PRUNE=1 ZARCH=${{ matrix.arch }} PREEMPT_RT=1 pkg/kernel
run: |
- name: Post package report
run: |
echo Disk usage
Expand Down

0 comments on commit 3678a2e

Please sign in to comment.