Skip to content

Commit a7c602c

Browse files
committed
workflows: debos: Default to a Debian kernel
Images built from build-daily.yml, build-on-pr.yml and build-on-push.yml will use a Debian kernel instead of our mainline one as it's more representative. Enable the experimental kernel until we there is a Qualcomm Debian-style kernel: the trixie kernel has too many issues on target hardware. Signed-off-by: Loïc Minier <[email protected]>
1 parent 4bbd092 commit a7c602c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/debos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
mainline_kernel:
77
description: Whether to use a mainline kernel deb
88
type: boolean
9-
default: true
9+
default: false
1010

1111
outputs:
1212
artifacts_url:
@@ -79,7 +79,7 @@ jobs:
7979
if [ -d debos-recipes/local-debs ]; then
8080
localdebs="-t localdebs:local-debs/"
8181
fi
82-
debos -t xfcedesktop:true ${localdebs} \
82+
debos -t experimentalkernel:true -t xfcedesktop:true ${localdebs} \
8383
debos-recipes/qualcomm-linux-debian-rootfs.yaml
8484
8585
- name: Build UFS and SD card images with debos

0 commit comments

Comments
 (0)