From 3678a2ebe3f6d12317f524de6418e124c2b7c9bb Mon Sep 17 00:00:00 2001 From: Christoph Ostarek Date: Fri, 14 Jul 2023 13:30:53 +0200 Subject: [PATCH] workflows: add rt kernel build currently any tests for the rt kernel are missing; at least try to compile it ... Signed-off-by: Christoph Ostarek --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a61a8e4ce2d..e144fd4ea13 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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