Skip to content

Commit 26a685b

Browse files
committed
workflows: debos: Print recipes to ease debugging
Signed-off-by: Loïc Minier <loic.minier@oss.qualcomm.com>
1 parent 56ae624 commit 26a685b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/debos.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
-t xfcedesktop:true \
9494
${localdebs} \
9595
-t kernelpackage:'${{ inputs.kernelpackage }}' \
96+
--print-recipe \
9697
debos-recipes/qualcomm-linux-debian-rootfs.yaml
9798
9899
- name: Build UFS and SD card images with debos
@@ -105,15 +106,18 @@ jobs:
105106
# whole build is done from memory and the out of memory killer
106107
# gets triggered
107108
debos -b qemu --scratchsize 4GiB -t imagetype:ufs \
109+
--print-recipe \
108110
debos-recipes/qualcomm-linux-debian-image.yaml
109111
debos -b qemu --scratchsize 4GiB -t imagetype:sdcard \
112+
--print-recipe \
110113
debos-recipes/qualcomm-linux-debian-image.yaml
111114
112115
- name: Build flashable files with debos
113116
run: |
114117
set -ux
115118
debos -t u_boot_rb1:rb1-boot.img \
116-
debos-recipes/qualcomm-linux-debian-flash.yaml
119+
--print-recipe \
120+
debos-recipes/qualcomm-linux-debian-flash.yaml
117121
118122
- name: Stage debos artifacts for publishing
119123
run: |

0 commit comments

Comments
 (0)