aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/packages.yml
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2022-12-07 14:44:34 +0100
committerChristian Marangi <ansuelsmth@gmail.com>2022-12-16 16:29:36 +0100
commitdcdb0b064a5165ef1958a121228da2e02df3e576 (patch)
treeaebc7471f0c90dfd3d219ea0e3be03ed321ca0f5 /.github/workflows/packages.yml
parent819b676af05f74dc2a1e432c3972bae63d7c4495 (diff)
downloadupstream-dcdb0b064a5165ef1958a121228da2e02df3e576.tar.gz
upstream-dcdb0b064a5165ef1958a121228da2e02df3e576.tar.bz2
upstream-dcdb0b064a5165ef1958a121228da2e02df3e576.zip
CI: build: make kernel build configurable
Make kernel build configurable to permit to introduce toolchain testing. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to '.github/workflows/packages.yml')
-rw-r--r--.github/workflows/packages.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml
index 0711a98677..7bcaa2b3d3 100644
--- a/.github/workflows/packages.yml
+++ b/.github/workflows/packages.yml
@@ -38,6 +38,7 @@ jobs:
uses: ./.github/workflows/build.yml
with:
target: ${{ matrix.target }}
+ build_kernel: true
build_all_kmods: true
build_all_modules: true
build_full: true